Html Css Color HEX #807556 Pablo

📋 copy color: '#807556'

red 128 ◦ green 117 ◦ blue 86

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

Shades of Pablo #807556

Tints of Pablo #807556

RGB

 RED value IS 128 (50.39% from 255) = 38.67%

 GREEN value IS 117 (46.09% from 255) = 35.35%

 BLUE value IS 86 (33.98% from 255) = 25.98%

R = 38.67%
G = 35.35%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.50

RGB Variations

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

Color information

#807556 (or 0x807556) is known color: Pablo. HEX triplet: 80, 75 and 56. RGB value is (128,117,86). Sum of RGB (Red+Green+Blue) = 128+117+86=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 86 (33.98% from 255 or 25.98% from 331); Max value from RGB is 128 - color contains mainly: red. Hex color #807556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807556 is #7F8AA9. Grayscale: #747474. Windows color (decimal): -8358570 or 5666176. OLE color: 5666176.

HSL color Cylindrical-coordinate representation of color #807556: hue angle of 44.29º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #807556 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 117 86 -
CMYK 0 0.09 0.33 0.50
HSL 44.29º 0.2% 0.42% -
HSV(B) 44.29º 0.33% 0.5% -
XYZ 16.94 17.98 11.38 -
YUV 116.76 110.64 136.02 -
System Red Green Blue C M Y K H S L
Decimal 128 117 86 0 0.09 0.33 0.50 44.29 0.2 0.42
Hex 80 75 56 0 9 21 32 2C 14 2A
Octal 200 165 126 0 11 41 62 54 24 52
Binary 10000000 1110101 1010110 0 1001 100001 110010 101100 10100 101010

Color Harmonies of #807556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807556

Black with #807556

Text Example


Text Example

White with #807556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807556; }

 p { color: rgb(128,117,86); }

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

background-color css

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

 a { background-color: rgb(128,117,86); }

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

border-color css

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

 span { border-color: rgb(128,117,86); }

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