Html Css Color HEX #79301E Pueblo

📋 copy color: '#79301E'

red 121 ◦ green 48 ◦ blue 30

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

Shades of Pueblo #79301E

Tints of Pueblo #79301E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.12%

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

R = 60.8%
G = 24.12%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.75

 K value IS 0.53

RGB Variations

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

Color information

#79301E (or 0x79301E) is known color: Pueblo. HEX triplet: 79, 30 and 1E. RGB value is (121,48,30). Sum of RGB (Red+Green+Blue) = 121+48+30=199 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.80% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 30 (12.11% from 255 or 15.08% from 199); Max value from RGB is 121 - color contains mainly: red. Hex color #79301E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79301E is #86CFE1. Grayscale: #434343. Windows color (decimal): -8835042 or 1978489. OLE color: 1978489.

HSL color Cylindrical-coordinate representation of color #79301E: hue angle of 11.87º 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 #79301E is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 48 30 -
CMYK 0 0.60 0.75 0.53
HSL 11.87º 0.6% 0.3% -
HSV(B) 11.87º 0.75% 0.47% -
XYZ 9.18 6.27 1.96 -
YUV 67.78 106.68 165.96 -
System Red Green Blue C M Y K H S L
Decimal 121 48 30 0 0.60 0.75 0.53 11.87 0.6 0.3
Hex 79 30 1E 0 3C 4B 35 C 3C 1E
Octal 171 60 36 0 74 113 65 14 74 36
Binary 1111001 110000 11110 0 111100 1001011 110101 1100 111100 11110

Color Harmonies of #79301E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79301E

Black with #79301E

Text Example


Text Example

White with #79301E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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