Html Css Color HEX #783520 Pueblo

📋 copy color: '#783520'

red 120 ◦ green 53 ◦ blue 32

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

Shades of Pueblo #783520

Tints of Pueblo #783520

RGB

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

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

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

R = 58.54%
G = 25.85%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#783520 (or 0x783520) is known color: Pueblo. HEX triplet: 78, 35 and 20. RGB value is (120,53,32). Sum of RGB (Red+Green+Blue) = 120+53+32=205 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.54% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 32 (12.89% from 255 or 15.61% from 205); Max value from RGB is 120 - color contains mainly: red. Hex color #783520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783520 is #87CADF. Grayscale: #464646. Windows color (decimal): -8899296 or 2110840. OLE color: 2110840.

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

Color convert

RGB 120 53 32 -
CMYK 0 0.56 0.73 0.53
HSL 14.32º 0.58% 0.3% -
HSV(B) 14.32º 0.73% 0.47% -
XYZ 9.28 6.64 2.16 -
YUV 70.64 106.2 163.21 -
System Red Green Blue C M Y K H S L
Decimal 120 53 32 0 0.56 0.73 0.53 14.32 0.58 0.3
Hex 78 35 20 0 38 49 35 E 3A 1E
Octal 170 65 40 0 70 111 65 16 72 36
Binary 1111000 110101 100000 0 111000 1001001 110101 1110 111010 11110

Color Harmonies of #783520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783520

Black with #783520

Text Example


Text Example

White with #783520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783520; }

 p { color: rgb(120,53,32); }

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

background-color css

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

 a { background-color: rgb(120,53,32); }

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

border-color css

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

 span { border-color: rgb(120,53,32); }

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