#7E3A32

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

Shades of Crown Of Thorns #7E3A32

Tints of Crown Of Thorns #7E3A32

Color information

#7E3A32 (or 0x7E3A32) is unknown color: approx Crown Of Thorns. HEX triplet: 7E, 3A and 32. RGB value is (126,58,50). Sum of RGB (Red+Green+Blue) = 126+58+50=234 (30% of max value = 765). Red value is 126 (49.61% from 255 or 53.85% from 234); Green value is 58 (23.05% from 255 or 24.79% from 234); Blue value is 50 (19.92% from 255 or 21.37% from 234); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3A32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3A32 is #81C5CD. Grayscale: #4D4D4D. Windows color (decimal): -8504782 or 3291774. OLE color: 3291774.

HSL color Cylindrical-coordinate representation of color #7E3A32: hue angle of 6.32º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E3A32 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB1265850-
CMYK00.540.600.51
HSL6.32º43.18%34.51%-
HSV(B)6.32º60.32%49.41%-
XYZ10.697.693.94-
YUV77.42112.53162.65-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 53.85%
GREEN value IS 58 (23.05% from 255) = 24.79%
BLUE value IS 50 (19.92% from 255) = 21.37%
R=53.85%
G=24.79%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.60
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126585000.540.600.516.3243.1834.51
Hex7E3A320363C3362b23
Octal1767262066746365343
Binary11111101110101100100110110111100110011110101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E3A32; }

 p { color: rgb(126,58,50); }

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

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

 a { background-color: rgb(126,58,50); }

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

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

 span { border-color: rgb(126,58,50); }

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