#763732

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

Shades of Crown Of Thorns #763732

Tints of Crown Of Thorns #763732

Color information

#763732 (or 0x763732) is unknown color: approx Crown Of Thorns. HEX triplet: 76, 37 and 32. RGB value is (118,55,50). Sum of RGB (Red+Green+Blue) = 118+55+50=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 55 (21.88% from 255 or 24.66% from 223); Blue value is 50 (19.92% from 255 or 22.42% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #763732 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763732 is #89C8CD. Grayscale: #494949. Windows color (decimal): -9029838 or 3290998. OLE color: 3290998.

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

Color convert

RGB1185550-
CMYK00.530.580.54
HSL4.41º40.48%32.94%-
HSV(B)4.41º57.63%46.27%-
XYZ9.416.813.84-
YUV73.27114.87159.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.91%
GREEN value IS 55 (21.88% from 255) = 24.66%
BLUE value IS 50 (19.92% from 255) = 22.42%
R=52.91%
G=24.66%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118555000.530.580.544.4140.4832.94
Hex7637320353A3642821
Octal1666762065726645041
Binary11101101101111100100110101111010110110100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763732; }

 p { color: rgb(118,55,50); }

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

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

 a { background-color: rgb(118,55,50); }

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

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

 span { border-color: rgb(118,55,50); }

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