#763936

Color #763936 Crown Of Thorns (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crown Of Thorns #763936

Tints of Crown Of Thorns #763936

Color information

#763936 (or 0x763936) is unknown color: approx Crown Of Thorns. HEX triplet: 76, 39 and 36. RGB value is (118,57,54). Sum of RGB (Red+Green+Blue) = 118+57+54=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 57 (22.66% from 255 or 24.89% from 229); Blue value is 54 (21.48% from 255 or 23.58% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #763936 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763936 is #89C6C9. Grayscale: #4A4A4A. Windows color (decimal): -9029322 or 3553654. OLE color: 3553654.

HSL color Cylindrical-coordinate representation of color #763936: hue angle of 2.81º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #763936 is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.54.

Color convert

RGB1185754-
CMYK00.520.540.54
HSL2.81º37.21%33.73%-
HSV(B)2.81º54.24%46.27%-
XYZ9.67.044.34-
YUV74.9116.21158.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 51.53%
GREEN value IS 57 (22.66% from 255) = 24.89%
BLUE value IS 54 (21.48% from 255) = 23.58%
R=51.53%
G=24.89%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118575400.520.540.542.8137.2133.73
Hex763936034363632522
Octal1667166064666634542
Binary1110110111001110110011010011011011011011100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763936; }

 p { color: rgb(118,57,54); }

 H1.HeaderClassName
 {
   color: #763936;
 }
 .AnyTagClassName
 {
   color: #763936;
 }
</style>
background-color css

<style>
 a { background-color: #763936; }

 a { background-color: rgb(118,57,54); }

 div.DivClassName
 {
   background-color: #763936;
 }
 .BgClassName
 {
   background-color: #763936;
 }
</style>
border-color css

<style>
 span { border-color: #763936; }

 span { border-color: rgb(118,57,54); }

 td.TdClassName
 {
   border-color: #763936;
 }
 .TagClassName
 {
   border-color: #763936;
 }
</style>