Html Css Color HEX #773522 Pueblo

📋 copy color: '#773522'

red 119 ◦ green 53 ◦ blue 34

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

Shades of Pueblo #773522

Tints of Pueblo #773522

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.73%

 BLUE value IS 34 (13.67% from 255) = 16.5%

R = 57.77%
G = 25.73%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.71

 K value IS 0.53

RGB Variations

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

Color information

#773522 (or 0x773522) is known color: Pueblo. HEX triplet: 77, 35 and 22. RGB value is (119,53,34). Sum of RGB (Red+Green+Blue) = 119+53+34=206 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.77% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 34 (13.67% from 255 or 16.50% from 206); Max value from RGB is 119 - color contains mainly: red. Hex color #773522 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773522 is #88CADD. Grayscale: #464646. Windows color (decimal): -8964830 or 2241911. OLE color: 2241911.

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

Color convert

RGB 119 53 34 -
CMYK 0 0.55 0.71 0.53
HSL 13.41º 0.56% 0.3% -
HSV(B) 13.41º 0.71% 0.47% -
XYZ 9.17 6.58 2.3 -
YUV 70.57 107.37 162.54 -
System Red Green Blue C M Y K H S L
Decimal 119 53 34 0 0.55 0.71 0.53 13.41 0.56 0.3
Hex 77 35 22 0 37 47 35 D 38 1E
Octal 167 65 42 0 67 107 65 15 70 36
Binary 1110111 110101 100010 0 110111 1000111 110101 1101 111000 11110

Color Harmonies of #773522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773522

Black with #773522

Text Example


Text Example

White with #773522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773522; }

 p { color: rgb(119,53,34); }

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

background-color css

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

 a { background-color: rgb(119,53,34); }

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

border-color css

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

 span { border-color: rgb(119,53,34); }

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