Html Css Color HEX #793226 Pueblo

📋 copy color: '#793226'

red 121 ◦ green 50 ◦ blue 38

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

Shades of Pueblo #793226

Tints of Pueblo #793226

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.92%

 BLUE value IS 38 (15.23% from 255) = 18.18%

R = 57.89%
G = 23.92%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#793226 (or 0x793226) is known color: Pueblo. HEX triplet: 79, 32 and 26. RGB value is (121,50,38). Sum of RGB (Red+Green+Blue) = 121+50+38=209 (27% of max value = 765). Red value is 121 (47.66% from 255 or 57.89% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 38 (15.23% from 255 or 18.18% from 209); Max value from RGB is 121 - color contains mainly: red. Hex color #793226 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793226 is #86CDD9. Grayscale: #454545. Windows color (decimal): -8834522 or 2503289. OLE color: 2503289.

HSL color Cylindrical-coordinate representation of color #793226: hue angle of 8.67º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #793226 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 50 38 -
CMYK 0 0.59 0.69 0.53
HSL 8.67º 0.52% 0.31% -
HSV(B) 8.67º 0.69% 0.47% -
XYZ 9.38 6.49 2.59 -
YUV 69.86 110.02 164.48 -
System Red Green Blue C M Y K H S L
Decimal 121 50 38 0 0.59 0.69 0.53 8.67 0.52 0.31
Hex 79 32 26 0 3B 45 35 9 34 1F
Octal 171 62 46 0 73 105 65 11 64 37
Binary 1111001 110010 100110 0 111011 1000101 110101 1001 110100 11111

Color Harmonies of #793226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793226

Black with #793226

Text Example


Text Example

White with #793226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793226; }

 p { color: rgb(121,50,38); }

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

background-color css

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

 a { background-color: rgb(121,50,38); }

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

border-color css

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

 span { border-color: rgb(121,50,38); }

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