#7D3934

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

Shades of Crown Of Thorns #7D3934

Tints of Crown Of Thorns #7D3934

Color information

#7D3934 (or 0x7D3934) is unknown color: approx Crown Of Thorns. HEX triplet: 7D, 39 and 34. RGB value is (125,57,52). Sum of RGB (Red+Green+Blue) = 125+57+52=234 (30% of max value = 765). Red value is 125 (49.22% from 255 or 53.42% from 234); Green value is 57 (22.66% from 255 or 24.36% from 234); Blue value is 52 (20.70% from 255 or 22.22% from 234); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3934 is #82C6CB. Grayscale: #4C4C4C. Windows color (decimal): -8570572 or 3422589. OLE color: 3422589.

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

Color convert

RGB1255752-
CMYK00.540.580.51
HSL4.11º41.24%34.71%-
HSV(B)4.11º58.4%49.02%-
XYZ10.547.534.15-
YUV76.76114.03162.41-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 53.42%
GREEN value IS 57 (22.66% from 255) = 24.36%
BLUE value IS 52 (20.70% from 255) = 22.22%
R=53.42%
G=24.36%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.58
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125575200.540.580.514.1141.2434.71
Hex7D39340363A3342923
Octal1757164066726345143
Binary11111011110011101000110110111010110011100101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,57,52); }

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

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

 a { background-color: rgb(125,57,52); }

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

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

 span { border-color: rgb(125,57,52); }

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