#763833

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

Shades of Crown Of Thorns #763833

Tints of Crown Of Thorns #763833

Color information

#763833 (or 0x763833) is unknown color: approx Crown Of Thorns. HEX triplet: 76, 38 and 33. RGB value is (118,56,51). Sum of RGB (Red+Green+Blue) = 118+56+51=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 56 (22.27% from 255 or 24.89% from 225); Blue value is 51 (20.31% from 255 or 22.67% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #763833 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763833 is #89C7CC. Grayscale: #4A4A4A. Windows color (decimal): -9029581 or 3356790. OLE color: 3356790.

HSL color Cylindrical-coordinate representation of color #763833: hue angle of 4.48º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #763833 is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB1185651-
CMYK00.530.570.54
HSL4.48º39.64%33.14%-
HSV(B)4.48º56.78%46.27%-
XYZ9.486.923.97-
YUV73.97115.04159.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.44%
GREEN value IS 56 (22.27% from 255) = 24.89%
BLUE value IS 51 (20.31% from 255) = 22.67%
R=52.44%
G=24.89%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118565100.530.570.544.4839.6433.14
Hex763833035393642821
Octal1667063065716645041
Binary11101101110001100110110101111001110110100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763833; }

 p { color: rgb(118,56,51); }

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

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

 a { background-color: rgb(118,56,51); }

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

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

 span { border-color: rgb(118,56,51); }

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