Html Css Color HEX #79321E Pueblo

📋 copy color: '#79321E'

red 121 ◦ green 50 ◦ blue 30

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

Shades of Pueblo #79321E

Tints of Pueblo #79321E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.88%

 BLUE value IS 30 (12.11% from 255) = 14.93%

R = 60.2%
G = 24.88%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.75

 K value IS 0.53

RGB Variations

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

Color information

#79321E (or 0x79321E) is known color: Pueblo. HEX triplet: 79, 32 and 1E. RGB value is (121,50,30). Sum of RGB (Red+Green+Blue) = 121+50+30=201 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.20% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 30 (12.11% from 255 or 14.93% from 201); Max value from RGB is 121 - color contains mainly: red. Hex color #79321E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79321E is #86CDE1. Grayscale: #454545. Windows color (decimal): -8834530 or 1979001. OLE color: 1979001.

HSL color Cylindrical-coordinate representation of color #79321E: hue angle of 13.19º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #79321E is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 50 30 -
CMYK 0 0.59 0.75 0.53
HSL 13.19º 0.6% 0.3% -
HSV(B) 13.19º 0.75% 0.47% -
XYZ 9.26 6.44 1.98 -
YUV 68.95 106.02 165.13 -
System Red Green Blue C M Y K H S L
Decimal 121 50 30 0 0.59 0.75 0.53 13.19 0.6 0.3
Hex 79 32 1E 0 3B 4B 35 D 3C 1E
Octal 171 62 36 0 73 113 65 15 74 36
Binary 1111001 110010 11110 0 111011 1001011 110101 1101 111100 11110

Color Harmonies of #79321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79321E

Black with #79321E

Text Example


Text Example

White with #79321E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79321E; }

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

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

background-color css

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

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

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

border-color css

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

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

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