Html Css Color HEX #783221 Pueblo

📋 copy color: '#783221'

red 120 ◦ green 50 ◦ blue 33

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

Shades of Pueblo #783221

Tints of Pueblo #783221

RGB

 RED value IS 120 (47.27% from 255) = 59.11%

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

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

R = 59.11%
G = 24.63%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#783221 (or 0x783221) is known color: Pueblo. HEX triplet: 78, 32 and 21. RGB value is (120,50,33). Sum of RGB (Red+Green+Blue) = 120+50+33=203 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.11% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 33 (13.28% from 255 or 16.26% from 203); Max value from RGB is 120 - color contains mainly: red. Hex color #783221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783221 is #87CDDE. Grayscale: #454545. Windows color (decimal): -8900063 or 2175608. OLE color: 2175608.

HSL color Cylindrical-coordinate representation of color #783221: hue angle of 11.72º degrees, saturation: 0.57, 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 #783221 is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 50 33 -
CMYK 0 0.58 0.72 0.53
HSL 11.72º 0.57% 0.3% -
HSV(B) 11.72º 0.73% 0.47% -
XYZ 9.16 6.38 2.19 -
YUV 68.99 107.69 164.38 -
System Red Green Blue C M Y K H S L
Decimal 120 50 33 0 0.58 0.72 0.53 11.72 0.57 0.3
Hex 78 32 21 0 3A 48 35 C 39 1E
Octal 170 62 41 0 72 110 65 14 71 36
Binary 1111000 110010 100001 0 111010 1001000 110101 1100 111001 11110

Color Harmonies of #783221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783221

Black with #783221

Text Example


Text Example

White with #783221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783221; }

 p { color: rgb(120,50,33); }

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

background-color css

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

 a { background-color: rgb(120,50,33); }

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

border-color css

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

 span { border-color: rgb(120,50,33); }

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