Html Css Color HEX #783321 Pueblo

📋 copy color: '#783321'

red 120 ◦ green 51 ◦ blue 33

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

Shades of Pueblo #783321

Tints of Pueblo #783321

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25%

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

R = 58.82%
G = 25%
B = 16.18%

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

#783321 (or 0x783321) is known color: Pueblo. HEX triplet: 78, 33 and 21. RGB value is (120,51,33). Sum of RGB (Red+Green+Blue) = 120+51+33=204 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.82% from 204); Green value is 51 (20.31% from 255 or 25% from 204); Blue value is 33 (13.28% from 255 or 16.18% from 204); Max value from RGB is 120 - color contains mainly: red. Hex color #783321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783321 is #87CCDE. Grayscale: #454545. Windows color (decimal): -8899807 or 2175864. OLE color: 2175864.

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

Color convert

RGB 120 51 33 -
CMYK 0 0.58 0.72 0.53
HSL 12.41º 0.57% 0.3% -
HSV(B) 12.41º 0.73% 0.47% -
XYZ 9.2 6.47 2.2 -
YUV 69.58 107.36 163.96 -
System Red Green Blue C M Y K H S L
Decimal 120 51 33 0 0.58 0.72 0.53 12.41 0.57 0.3
Hex 78 33 21 0 3A 48 35 C 39 1E
Octal 170 63 41 0 72 110 65 14 71 36
Binary 1111000 110011 100001 0 111010 1001000 110101 1100 111001 11110

Color Harmonies of #783321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783321

Black with #783321

Text Example


Text Example

White with #783321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783321; }

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

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

background-color css

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

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

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

border-color css

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

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

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