Html Css Color HEX #793F34 Crown Of Thorns

📋 copy color: '#793F34'

red 121 ◦ green 63 ◦ blue 52

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

Shades of Crown Of Thorns #793F34

Tints of Crown Of Thorns #793F34

RGB

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

 GREEN value IS 63 (25% from 255) = 26.69%

 BLUE value IS 52 (20.7% from 255) = 22.03%

R = 51.27%
G = 26.69%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.53

RGB Variations

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

Color information

#793F34 (or 0x793F34) is known color: Crown Of Thorns. HEX triplet: 79, 3F and 34. RGB value is (121,63,52). Sum of RGB (Red+Green+Blue) = 121+63+52=236 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.27% from 236); Green value is 63 (25% from 255 or 26.69% from 236); Blue value is 52 (20.70% from 255 or 22.03% from 236); Max value from RGB is 121 - color contains mainly: red. Hex color #793F34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793F34 is #86C0CB. Grayscale: #4F4F4F. Windows color (decimal): -8831180 or 3424121. OLE color: 3424121.

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

Color convert

RGB 121 63 52 -
CMYK 0 0.48 0.57 0.53
HSL 9.57º 0.4% 0.34% -
HSV(B) 9.57º 0.57% 0.47% -
XYZ 10.28 7.87 4.23 -
YUV 79.09 112.72 157.89 -
System Red Green Blue C M Y K H S L
Decimal 121 63 52 0 0.48 0.57 0.53 9.57 0.4 0.34
Hex 79 3F 34 0 30 39 35 A 28 22
Octal 171 77 64 0 60 71 65 12 50 42
Binary 1111001 111111 110100 0 110000 111001 110101 1010 101000 100010

Color Harmonies of #793F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793F34

Black with #793F34

Text Example


Text Example

White with #793F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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