#7D3B2C

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

Shades of Crown Of Thorns #7D3B2C

Tints of Crown Of Thorns #7D3B2C

Color information

#7D3B2C (or 0x7D3B2C) is unknown color: approx Crown Of Thorns. HEX triplet: 7D, 3B and 2C. RGB value is (125,59,44). Sum of RGB (Red+Green+Blue) = 125+59+44=228 (30% of max value = 765). Red value is 125 (49.22% from 255 or 54.82% from 228); Green value is 59 (23.44% from 255 or 25.88% from 228); Blue value is 44 (17.58% from 255 or 19.30% from 228); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3B2C is #82C4D3. Grayscale: #4D4D4D. Windows color (decimal): -8570068 or 2898813. OLE color: 2898813.

HSL color Cylindrical-coordinate representation of color #7D3B2C: hue angle of 11.11º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7D3B2C is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.51.

Color convert

RGB1255944-
CMYK00.530.650.51
HSL11.11º47.93%33.14%-
HSV(B)11.11º64.8%49.02%-
XYZ10.487.673.31-
YUV77.02109.37162.22-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 54.82%
GREEN value IS 59 (23.44% from 255) = 25.88%
BLUE value IS 44 (17.58% from 255) = 19.30%
R=54.82%
G=25.88%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125594400.530.650.5111.1147.9333.14
Hex7D3B2C0354133b3021
Octal175735406510163136041
Binary1111101111011101100011010110000011100111011110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,59,44); }

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

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

 a { background-color: rgb(125,59,44); }

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

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

 span { border-color: rgb(125,59,44); }

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