#7D3730

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

Shades of Crown Of Thorns #7D3730

Tints of Crown Of Thorns #7D3730

Color information

#7D3730 (or 0x7D3730) is unknown color: approx Crown Of Thorns. HEX triplet: 7D, 37 and 30. RGB value is (125,55,48). Sum of RGB (Red+Green+Blue) = 125+55+48=228 (30% of max value = 765). Red value is 125 (49.22% from 255 or 54.82% from 228); Green value is 55 (21.88% from 255 or 24.12% from 228); Blue value is 48 (19.14% from 255 or 21.05% from 228); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3730 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3730 is #82C8CF. Grayscale: #4B4B4B. Windows color (decimal): -8571088 or 3159933. OLE color: 3159933.

HSL color Cylindrical-coordinate representation of color #7D3730: hue angle of 5.45º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7D3730 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.51.

Color convert

RGB1255548-
CMYK00.560.620.51
HSL5.45º44.51%33.92%-
HSV(B)5.45º61.6%49.02%-
XYZ10.367.313.66-
YUV75.13112.69163.57-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 54.82%
GREEN value IS 55 (21.88% from 255) = 24.12%
BLUE value IS 48 (19.14% from 255) = 21.05%
R=54.82%
G=24.12%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.62
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125554800.560.620.515.4544.5133.92
Hex7D37300383E3352d22
Octal1756760070766355542
Binary11111011101111100000111000111110110011101101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,55,48); }

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

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

 a { background-color: rgb(125,55,48); }

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

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

 span { border-color: rgb(125,55,48); }

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