#793F32

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

Shades of Crown Of Thorns #793F32

Tints of Crown Of Thorns #793F32

Color information

#793F32 (or 0x793F32) is unknown color: approx Crown Of Thorns. HEX triplet: 79, 3F and 32. RGB value is (121,63,50). Sum of RGB (Red+Green+Blue) = 121+63+50=234 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.71% from 234); Green value is 63 (25% from 255 or 26.92% from 234); Blue value is 50 (19.92% from 255 or 21.37% from 234); Max value from RGB is 121 - color contains mainly: red. Hex color #793F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793F32 is #86C0CD. Grayscale: #4E4E4E. Windows color (decimal): -8831182 or 3293049. OLE color: 3293049.

HSL color Cylindrical-coordinate representation of color #793F32: hue angle of 10.99º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #793F32 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB1216350-
CMYK00.480.590.53
HSL10.99º41.52%33.53%-
HSV(B)10.99º58.68%47.45%-
XYZ10.247.853.99-
YUV78.86111.72158.06-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.71%
GREEN value IS 63 (25% from 255) = 26.92%
BLUE value IS 50 (19.92% from 255) = 21.37%
R=51.71%
G=26.92%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121635000.480.590.5310.9941.5233.53
Hex793F320303B35b2a22
Octal17177620607365135242
Binary111100111111111001001100001110111101011011101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793F32; }

 p { color: rgb(121,63,50); }

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

<style>
 a { background-color: #793F32; }

 a { background-color: rgb(121,63,50); }

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

<style>
 span { border-color: #793F32; }

 span { border-color: rgb(121,63,50); }

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