Html Css Color HEX #793320 Pueblo

📋 copy color: '#793320'

red 121 ◦ green 51 ◦ blue 32

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

Shades of Pueblo #793320

Tints of Pueblo #793320

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25%

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

R = 59.31%
G = 25%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#793320 (or 0x793320) is known color: Pueblo. HEX triplet: 79, 33 and 20. RGB value is (121,51,32). Sum of RGB (Red+Green+Blue) = 121+51+32=204 (27% of max value = 765). Red value is 121 (47.66% from 255 or 59.31% from 204); Green value is 51 (20.31% from 255 or 25% from 204); Blue value is 32 (12.89% from 255 or 15.69% from 204); Max value from RGB is 121 - color contains mainly: red. Hex color #793320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793320 is #86CCDF. Grayscale: #454545. Windows color (decimal): -8834272 or 2110329. OLE color: 2110329.

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

Color convert

RGB 121 51 32 -
CMYK 0 0.58 0.74 0.53
HSL 12.81º 0.58% 0.3% -
HSV(B) 12.81º 0.74% 0.47% -
XYZ 9.33 6.54 2.14 -
YUV 69.76 106.69 164.54 -
System Red Green Blue C M Y K H S L
Decimal 121 51 32 0 0.58 0.74 0.53 12.81 0.58 0.3
Hex 79 33 20 0 3A 4A 35 D 3A 1E
Octal 171 63 40 0 72 112 65 15 72 36
Binary 1111001 110011 100000 0 111010 1001010 110101 1101 111010 11110

Color Harmonies of #793320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793320

Black with #793320

Text Example


Text Example

White with #793320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793320; }

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

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

background-color css

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

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

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

border-color css

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

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

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