Html Css Color HEX #793428 Pueblo

📋 copy color: '#793428'

red 121 ◦ green 52 ◦ blue 40

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

Shades of Pueblo #793428

Tints of Pueblo #793428

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.41%

 BLUE value IS 40 (16.02% from 255) = 18.78%

R = 56.81%
G = 24.41%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#793428 (or 0x793428) is known color: Pueblo. HEX triplet: 79, 34 and 28. RGB value is (121,52,40). Sum of RGB (Red+Green+Blue) = 121+52+40=213 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.81% from 213); Green value is 52 (20.70% from 255 or 24.41% from 213); Blue value is 40 (16.02% from 255 or 18.78% from 213); Max value from RGB is 121 - color contains mainly: red. Hex color #793428 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793428 is #86CBD7. Grayscale: #474747. Windows color (decimal): -8834008 or 2634873. OLE color: 2634873.

HSL color Cylindrical-coordinate representation of color #793428: hue angle of 8.89º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #793428 is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 52 40 -
CMYK 0 0.57 0.67 0.53
HSL 8.89º 0.5% 0.32% -
HSV(B) 8.89º 0.67% 0.47% -
XYZ 9.5 6.67 2.8 -
YUV 71.26 110.36 163.48 -
System Red Green Blue C M Y K H S L
Decimal 121 52 40 0 0.57 0.67 0.53 8.89 0.5 0.32
Hex 79 34 28 0 39 43 35 9 32 20
Octal 171 64 50 0 71 103 65 11 62 40
Binary 1111001 110100 101000 0 111001 1000011 110101 1001 110010 100000

Color Harmonies of #793428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793428

Black with #793428

Text Example


Text Example

White with #793428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793428; }

 p { color: rgb(121,52,40); }

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

background-color css

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

 a { background-color: rgb(121,52,40); }

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

border-color css

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

 span { border-color: rgb(121,52,40); }

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