Html Css Color HEX #793420 Pueblo

📋 copy color: '#793420'

red 121 ◦ green 52 ◦ blue 32

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

Shades of Pueblo #793420

Tints of Pueblo #793420

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.37%

 BLUE value IS 32 (12.89% from 255) = 15.61%

R = 59.02%
G = 25.37%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#793420 (or 0x793420) is known color: Pueblo. HEX triplet: 79, 34 and 20. RGB value is (121,52,32). Sum of RGB (Red+Green+Blue) = 121+52+32=205 (27% of max value = 765). Red value is 121 (47.66% from 255 or 59.02% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 32 (12.89% from 255 or 15.61% from 205); Max value from RGB is 121 - color contains mainly: red. Hex color #793420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793420 is #86CBDF. Grayscale: #464646. Windows color (decimal): -8834016 or 2110585. OLE color: 2110585.

HSL color Cylindrical-coordinate representation of color #793420: hue angle of 13.48º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #793420 is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 52 32 -
CMYK 0 0.57 0.74 0.53
HSL 13.48º 0.58% 0.3% -
HSV(B) 13.48º 0.74% 0.47% -
XYZ 9.37 6.63 2.15 -
YUV 70.35 106.36 164.13 -
System Red Green Blue C M Y K H S L
Decimal 121 52 32 0 0.57 0.74 0.53 13.48 0.58 0.3
Hex 79 34 20 0 39 4A 35 D 3A 1E
Octal 171 64 40 0 71 112 65 15 72 36
Binary 1111001 110100 100000 0 111001 1001010 110101 1101 111010 11110

Color Harmonies of #793420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793420

Black with #793420

Text Example


Text Example

White with #793420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793420; }

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

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

background-color css

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

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

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

border-color css

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

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

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