Html Css Color HEX #792B12 Pueblo

📋 copy color: '#792B12'

red 121 ◦ green 43 ◦ blue 18

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

Shades of Pueblo #792B12

Tints of Pueblo #792B12

RGB

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

 GREEN value IS 43 (17.19% from 255) = 23.63%

 BLUE value IS 18 (7.42% from 255) = 9.89%

R = 66.48%
G = 23.63%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#792B12 (or 0x792B12) is known color: Pueblo. HEX triplet: 79, 2B and 12. RGB value is (121,43,18). Sum of RGB (Red+Green+Blue) = 121+43+18=182 (24% of max value = 765). Red value is 121 (47.66% from 255 or 66.48% from 182); Green value is 43 (17.19% from 255 or 23.63% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 121 - color contains mainly: red. Hex color #792B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792B12 is #86D4ED. Grayscale: #3F3F3F. Windows color (decimal): -8836334 or 1190777. OLE color: 1190777.

HSL color Cylindrical-coordinate representation of color #792B12: hue angle of 14.56º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #792B12 is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 43 18 -
CMYK 0 0.64 0.85 0.53
HSL 14.56º 0.74% 0.27% -
HSV(B) 14.56º 0.85% 0.47% -
XYZ 8.86 5.84 1.23 -
YUV 63.47 102.34 169.03 -
System Red Green Blue C M Y K H S L
Decimal 121 43 18 0 0.64 0.85 0.53 14.56 0.74 0.27
Hex 79 2B 12 0 40 55 35 F 4A 1B
Octal 171 53 22 0 100 125 65 17 112 33
Binary 1111001 101011 10010 0 1000000 1010101 110101 1111 1001010 11011

Color Harmonies of #792B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792B12

Black with #792B12

Text Example


Text Example

White with #792B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792B12; }

 p { color: rgb(121,43,18); }

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

background-color css

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

 a { background-color: rgb(121,43,18); }

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

border-color css

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

 span { border-color: rgb(121,43,18); }

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