Html Css Color HEX #792914 Pueblo

📋 copy color: '#792914'

red 121 ◦ green 41 ◦ blue 20

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

Shades of Pueblo #792914

Tints of Pueblo #792914

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.53%

 BLUE value IS 20 (8.2% from 255) = 10.99%

R = 66.48%
G = 22.53%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#792914 (or 0x792914) is known color: Pueblo. HEX triplet: 79, 29 and 14. RGB value is (121,41,20). Sum of RGB (Red+Green+Blue) = 121+41+20=182 (24% of max value = 765). Red value is 121 (47.66% from 255 or 66.48% from 182); Green value is 41 (16.41% from 255 or 22.53% from 182); Blue value is 20 (8.20% from 255 or 10.99% from 182); Max value from RGB is 121 - color contains mainly: red. Hex color #792914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792914 is #86D6EB. Grayscale: #3E3E3E. Windows color (decimal): -8836844 or 1321337. OLE color: 1321337.

HSL color Cylindrical-coordinate representation of color #792914: hue angle of 12.48º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #792914 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 41 20 -
CMYK 0 0.66 0.83 0.53
HSL 12.48º 0.72% 0.28% -
HSV(B) 12.48º 0.83% 0.47% -
XYZ 8.8 5.7 1.3 -
YUV 62.53 104 169.71 -
System Red Green Blue C M Y K H S L
Decimal 121 41 20 0 0.66 0.83 0.53 12.48 0.72 0.28
Hex 79 29 14 0 42 53 35 C 48 1C
Octal 171 51 24 0 102 123 65 14 110 34
Binary 1111001 101001 10100 0 1000010 1010011 110101 1100 1001000 11100

Color Harmonies of #792914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792914

Black with #792914

Text Example


Text Example

White with #792914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792914; }

 p { color: rgb(121,41,20); }

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

background-color css

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

 a { background-color: rgb(121,41,20); }

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

border-color css

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

 span { border-color: rgb(121,41,20); }

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