#763836

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

Shades of Crown Of Thorns #763836

Tints of Crown Of Thorns #763836

Color information

#763836 (or 0x763836) is unknown color: approx Crown Of Thorns. HEX triplet: 76, 38 and 36. RGB value is (118,56,54). Sum of RGB (Red+Green+Blue) = 118+56+54=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 56 (22.27% from 255 or 24.56% from 228); Blue value is 54 (21.48% from 255 or 23.68% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #763836 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763836 is #89C7C9. Grayscale: #4A4A4A. Windows color (decimal): -9029578 or 3553398. OLE color: 3553398.

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

Color convert

RGB1185654-
CMYK00.530.540.54
HSL1.88º37.21%33.73%-
HSV(B)1.88º54.24%46.27%-
XYZ9.556.954.33-
YUV74.31116.54159.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.75%
GREEN value IS 56 (22.27% from 255) = 24.56%
BLUE value IS 54 (21.48% from 255) = 23.68%
R=51.75%
G=24.56%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.54
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118565400.530.540.541.8837.2133.73
Hex763836035363622522
Octal1667066065666624542
Binary1110110111000110110011010111011011011010100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763836; }

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

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

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

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

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

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

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

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