Html Css Color HEX #773220 Pueblo

📋 copy color: '#773220'

red 119 ◦ green 50 ◦ blue 32

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

Shades of Pueblo #773220

Tints of Pueblo #773220

RGB

 RED value IS 119 (46.88% from 255) = 59.2%

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

 BLUE value IS 32 (12.89% from 255) = 15.92%

R = 59.2%
G = 24.88%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#773220 (or 0x773220) is known color: Pueblo. HEX triplet: 77, 32 and 20. RGB value is (119,50,32). Sum of RGB (Red+Green+Blue) = 119+50+32=201 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.20% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 119 - color contains mainly: red. Hex color #773220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773220 is #88CDDF. Grayscale: #444444. Windows color (decimal): -8965600 or 2110071. OLE color: 2110071.

HSL color Cylindrical-coordinate representation of color #773220: hue angle of 12.41º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #773220 is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 50 32 -
CMYK 0 0.58 0.73 0.53
HSL 12.41º 0.58% 0.3% -
HSV(B) 12.41º 0.73% 0.47% -
XYZ 9.01 6.31 2.11 -
YUV 68.58 107.36 163.96 -
System Red Green Blue C M Y K H S L
Decimal 119 50 32 0 0.58 0.73 0.53 12.41 0.58 0.3
Hex 77 32 20 0 3A 49 35 C 3A 1E
Octal 167 62 40 0 72 111 65 14 72 36
Binary 1110111 110010 100000 0 111010 1001001 110101 1100 111010 11110

Color Harmonies of #773220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773220

Black with #773220

Text Example


Text Example

White with #773220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773220; }

 p { color: rgb(119,50,32); }

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

background-color css

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

 a { background-color: rgb(119,50,32); }

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

border-color css

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

 span { border-color: rgb(119,50,32); }

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