#763831

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

Shades of Crown Of Thorns #763831

Tints of Crown Of Thorns #763831

Color information

#763831 (or 0x763831) is unknown color: approx Crown Of Thorns. HEX triplet: 76, 38 and 31. RGB value is (118,56,49). Sum of RGB (Red+Green+Blue) = 118+56+49=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 49 (19.53% from 255 or 21.97% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #763831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763831 is #89C7CE. Grayscale: #494949. Windows color (decimal): -9029583 or 3225718. OLE color: 3225718.

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

Color convert

RGB1185649-
CMYK00.530.580.54
HSL6.09º41.32%32.75%-
HSV(B)6.09º58.47%46.27%-
XYZ9.446.93.74-
YUV73.74114.04159.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.91%
GREEN value IS 56 (22.27% from 255) = 25.11%
BLUE value IS 49 (19.53% from 255) = 21.97%
R=52.91%
G=25.11%
B=21.97%

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
Decimal118564900.530.580.546.0941.3232.75
Hex7638310353A3662921
Octal1667061065726665141
Binary11101101110001100010110101111010110110110101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763831; }

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

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

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

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

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

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

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

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