#763931

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

Shades of Crown Of Thorns #763931

Tints of Crown Of Thorns #763931

Color information

#763931 (or 0x763931) is unknown color: approx Crown Of Thorns. HEX triplet: 76, 39 and 31. RGB value is (118,57,49). Sum of RGB (Red+Green+Blue) = 118+57+49=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 49 (19.53% from 255 or 21.88% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #763931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763931 is #89C6CE. Grayscale: #4A4A4A. Windows color (decimal): -9029327 or 3225974. OLE color: 3225974.

HSL color Cylindrical-coordinate representation of color #763931: hue angle of 6.96º degrees, saturation: 0.41, 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 #763931 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB1185749-
CMYK00.520.580.54
HSL6.96º41.32%32.75%-
HSV(B)6.96º58.47%46.27%-
XYZ9.4973.76-
YUV74.33113.71159.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.68%
GREEN value IS 57 (22.66% from 255) = 25.45%
BLUE value IS 49 (19.53% from 255) = 21.88%
R=52.68%
G=25.45%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118574900.520.580.546.9641.3232.75
Hex7639310343A3672921
Octal1667161064726675141
Binary11101101110011100010110100111010110110111101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763931; }

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

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

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

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

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

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

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

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