Html Css Color HEX #793019 Pueblo

📋 copy color: '#793019'

red 121 ◦ green 48 ◦ blue 25

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

Shades of Pueblo #793019

Tints of Pueblo #793019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.89%

R = 62.37%
G = 24.74%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#793019 (or 0x793019) is known color: Pueblo. HEX triplet: 79, 30 and 19. RGB value is (121,48,25). Sum of RGB (Red+Green+Blue) = 121+48+25=194 (25% of max value = 765). Red value is 121 (47.66% from 255 or 62.37% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 25 (10.16% from 255 or 12.89% from 194); Max value from RGB is 121 - color contains mainly: red. Hex color #793019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793019 is #86CFE6. Grayscale: #434343. Windows color (decimal): -8835047 or 1650809. OLE color: 1650809.

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

Color convert

RGB 121 48 25 -
CMYK 0 0.60 0.79 0.53
HSL 14.38º 0.66% 0.29% -
HSV(B) 14.38º 0.79% 0.47% -
XYZ 9.12 6.25 1.65 -
YUV 67.21 104.18 166.37 -
System Red Green Blue C M Y K H S L
Decimal 121 48 25 0 0.60 0.79 0.53 14.38 0.66 0.29
Hex 79 30 19 0 3C 4F 35 E 42 1D
Octal 171 60 31 0 74 117 65 16 102 35
Binary 1111001 110000 11001 0 111100 1001111 110101 1110 1000010 11101

Color Harmonies of #793019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793019

Black with #793019

Text Example


Text Example

White with #793019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793019; }

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

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

background-color css

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

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

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

border-color css

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

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

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