Html Css Color HEX #773621 Pueblo

📋 copy color: '#773621'

red 119 ◦ green 54 ◦ blue 33

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

Shades of Pueblo #773621

Tints of Pueblo #773621

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.21%

 BLUE value IS 33 (13.28% from 255) = 16.02%

R = 57.77%
G = 26.21%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#773621 (or 0x773621) is known color: Pueblo. HEX triplet: 77, 36 and 21. RGB value is (119,54,33). Sum of RGB (Red+Green+Blue) = 119+54+33=206 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.77% from 206); Green value is 54 (21.48% from 255 or 26.21% from 206); Blue value is 33 (13.28% from 255 or 16.02% from 206); Max value from RGB is 119 - color contains mainly: red. Hex color #773621 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773621 is #88C9DE. Grayscale: #474747. Windows color (decimal): -8964575 or 2176631. OLE color: 2176631.

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

Color convert

RGB 119 54 33 -
CMYK 0 0.55 0.72 0.53
HSL 14.65º 0.57% 0.3% -
HSV(B) 14.65º 0.72% 0.47% -
XYZ 9.2 6.67 2.24 -
YUV 71.04 106.53 162.21 -
System Red Green Blue C M Y K H S L
Decimal 119 54 33 0 0.55 0.72 0.53 14.65 0.57 0.3
Hex 77 36 21 0 37 48 35 F 39 1E
Octal 167 66 41 0 67 110 65 17 71 36
Binary 1110111 110110 100001 0 110111 1001000 110101 1111 111001 11110

Color Harmonies of #773621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773621

Black with #773621

Text Example


Text Example

White with #773621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773621; }

 p { color: rgb(119,54,33); }

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

background-color css

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

 a { background-color: rgb(119,54,33); }

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

border-color css

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

 span { border-color: rgb(119,54,33); }

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