#793A38

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

Shades of Crown Of Thorns #793A38

Tints of Crown Of Thorns #793A38

Color information

#793A38 (or 0x793A38) is unknown color: approx Crown Of Thorns. HEX triplet: 79, 3A and 38. RGB value is (121,58,56). Sum of RGB (Red+Green+Blue) = 121+58+56=235 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.49% from 235); Green value is 58 (23.05% from 255 or 24.68% from 235); Blue value is 56 (22.27% from 255 or 23.83% from 235); Max value from RGB is 121 - color contains mainly: red. Hex color #793A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793A38 is #86C5C7. Grayscale: #4C4C4C. Windows color (decimal): -8832456 or 3684985. OLE color: 3684985.

HSL color Cylindrical-coordinate representation of color #793A38: hue angle of 1.85º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #793A38 is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.53.

Color convert

RGB1215856-
CMYK00.520.540.53
HSL1.85º36.72%34.71%-
HSV(B)1.85º53.72%47.45%-
XYZ10.117.384.63-
YUV76.61116.37159.66-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.49%
GREEN value IS 58 (23.05% from 255) = 24.68%
BLUE value IS 56 (22.27% from 255) = 23.83%
R=51.49%
G=24.68%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121585600.520.540.531.8536.7234.71
Hex793A38034363522523
Octal1717270064666524543
Binary1111001111010111000011010011011011010110100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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