#7C3933

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

Shades of Crown Of Thorns #7C3933

Tints of Crown Of Thorns #7C3933

Color information

#7C3933 (or 0x7C3933) is unknown color: approx Crown Of Thorns. HEX triplet: 7C, 39 and 33. RGB value is (124,57,51). Sum of RGB (Red+Green+Blue) = 124+57+51=232 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.45% from 232); Green value is 57 (22.66% from 255 or 24.57% from 232); Blue value is 51 (20.31% from 255 or 21.98% from 232); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3933 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3933 is #83C6CC. Grayscale: #4C4C4C. Windows color (decimal): -8636109 or 3357052. OLE color: 3357052.

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

Color convert

RGB1245751-
CMYK00.540.590.51
HSL4.93º41.71%34.31%-
HSV(B)4.93º58.87%48.63%-
XYZ10.377.454.02-
YUV76.35113.7161.99-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 53.45%
GREEN value IS 57 (22.66% from 255) = 24.57%
BLUE value IS 51 (20.31% from 255) = 21.98%
R=53.45%
G=24.57%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.59
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124575100.540.590.514.9341.7134.31
Hex7C39330363B3352a22
Octal1747163066736355242
Binary11111001110011100110110110111011110011101101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,57,51); }

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

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

 a { background-color: rgb(124,57,51); }

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

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

 span { border-color: rgb(124,57,51); }

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