#76392D

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

Shades of Crown Of Thorns #76392D

Tints of Crown Of Thorns #76392D

Color information

#76392D (or 0x76392D) is unknown color: approx Crown Of Thorns. HEX triplet: 76, 39 and 2D. RGB value is (118,57,45). Sum of RGB (Red+Green+Blue) = 118+57+45=220 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.64% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 45 (17.97% from 255 or 20.45% from 220); Max value from RGB is 118 - color contains mainly: red. Hex color #76392D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76392D is #89C6D2. Grayscale: #494949. Windows color (decimal): -9029331 or 2963830. OLE color: 2963830.

HSL color Cylindrical-coordinate representation of color #76392D: hue angle of 9.86º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #76392D is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB1185745-
CMYK00.520.620.54
HSL9.86º44.79%31.96%-
HSV(B)9.86º61.86%46.27%-
XYZ9.416.973.33-
YUV73.87111.71159.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.64%
GREEN value IS 57 (22.66% from 255) = 25.91%
BLUE value IS 45 (17.97% from 255) = 20.45%
R=53.64%
G=25.91%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118574500.520.620.549.8644.7931.96
Hex76392D0343E36a2d20
Octal16671550647666125540
Binary111011011100110110101101001111101101101010101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76392D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76392D; }

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

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

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

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

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

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

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

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