#793830

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

Shades of Crown Of Thorns #793830

Tints of Crown Of Thorns #793830

Color information

#793830 (or 0x793830) is unknown color: approx Crown Of Thorns. HEX triplet: 79, 38 and 30. RGB value is (121,56,48). Sum of RGB (Red+Green+Blue) = 121+56+48=225 (29% of max value = 765). Red value is 121 (47.66% from 255 or 53.78% from 225); Green value is 56 (22.27% from 255 or 24.89% from 225); Blue value is 48 (19.14% from 255 or 21.33% from 225); Max value from RGB is 121 - color contains mainly: red. Hex color #793830 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793830 is #86C7CF. Grayscale: #4A4A4A. Windows color (decimal): -8832976 or 3160185. OLE color: 3160185.

HSL color Cylindrical-coordinate representation of color #793830: hue angle of 6.58º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #793830 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB1215648-
CMYK00.540.600.53
HSL6.58º43.2%33.14%-
HSV(B)6.58º60.33%47.45%-
XYZ9.837.113.65-
YUV74.52113.03161.15-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 53.78%
GREEN value IS 56 (22.27% from 255) = 24.89%
BLUE value IS 48 (19.14% from 255) = 21.33%
R=53.78%
G=24.89%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121564800.540.600.536.5843.233.14
Hex7938300363C3572b21
Octal1717060066746575341
Binary11110011110001100000110110111100110101111101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793830; }

 p { color: rgb(121,56,48); }

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

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

 a { background-color: rgb(121,56,48); }

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

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

 span { border-color: rgb(121,56,48); }

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