Html Css Color HEX #793932 Crown Of Thorns

📋 copy color: '#793932'

red 121 ◦ green 57 ◦ blue 50

#793932
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crown Of Thorns #793932

Tints of Crown Of Thorns #793932

RGB

 RED value IS 121 (47.66% from 255) = 53.07%

 GREEN value IS 57 (22.66% from 255) = 25%

 BLUE value IS 50 (19.92% from 255) = 21.93%

R = 53.07%
G = 25%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#793932 (or 0x793932) is known color: Crown Of Thorns. HEX triplet: 79, 39 and 32. RGB value is (121,57,50). Sum of RGB (Red+Green+Blue) = 121+57+50=228 (30% of max value = 765). Red value is 121 (47.66% from 255 or 53.07% from 228); Green value is 57 (22.66% from 255 or 25% from 228); Blue value is 50 (19.92% from 255 or 21.93% from 228); Max value from RGB is 121 - color contains mainly: red. Hex color #793932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793932 is #86C6CD. Grayscale: #4B4B4B. Windows color (decimal): -8832718 or 3291513. OLE color: 3291513.

HSL color Cylindrical-coordinate representation of color #793932: hue angle of 5.92º 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 #793932 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 57 50 -
CMYK 0 0.53 0.59 0.53
HSL 5.92º 0.42% 0.34% -
HSV(B) 5.92º 0.59% 0.47% -
XYZ 9.92 7.22 3.89 -
YUV 75.34 113.7 160.57 -
System Red Green Blue C M Y K H S L
Decimal 121 57 50 0 0.53 0.59 0.53 5.92 0.42 0.34
Hex 79 39 32 0 35 3B 35 6 2A 22
Octal 171 71 62 0 65 73 65 6 52 42
Binary 1111001 111001 110010 0 110101 111011 110101 110 101010 100010

Color Harmonies of #793932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793932

Black with #793932

Text Example


Text Example

White with #793932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793932; }

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

 H1.HeaderClassName
 {
   color: #793932;
 }
 .AnyTagClassName
 {
   color: #793932;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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