Html Css Color HEX #807238 Pesto

📋 copy color: '#807238'

red 128 ◦ green 114 ◦ blue 56

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

Shades of Pesto #807238

Tints of Pesto #807238

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.26%

 BLUE value IS 56 (22.27% from 255) = 18.79%

R = 42.95%
G = 38.26%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.50

RGB Variations

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

Color information

#807238 (or 0x807238) is known color: Pesto. HEX triplet: 80, 72 and 38. RGB value is (128,114,56). Sum of RGB (Red+Green+Blue) = 128+114+56=298 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.95% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 128 - color contains mainly: red. Hex color #807238 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807238 is #7F8DC7. Grayscale: #6F6F6F. Windows color (decimal): -8359368 or 3699328. OLE color: 3699328.

HSL color Cylindrical-coordinate representation of color #807238: hue angle of 48.33º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #807238 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 114 56 -
CMYK 0 0.11 0.56 0.50
HSL 48.33º 0.39% 0.36% -
HSV(B) 48.33º 0.56% 0.5% -
XYZ 15.63 16.91 6.18 -
YUV 111.57 96.64 139.72 -
System Red Green Blue C M Y K H S L
Decimal 128 114 56 0 0.11 0.56 0.50 48.33 0.39 0.36
Hex 80 72 38 0 B 38 32 30 27 24
Octal 200 162 70 0 13 70 62 60 47 44
Binary 10000000 1110010 111000 0 1011 111000 110010 110000 100111 100100

Color Harmonies of #807238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807238

Black with #807238

Text Example


Text Example

White with #807238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807238; }

 p { color: rgb(128,114,56); }

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

background-color css

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

 a { background-color: rgb(128,114,56); }

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

border-color css

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

 span { border-color: rgb(128,114,56); }

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