Html Css Color HEX #807338 Pesto

📋 copy color: '#807338'

red 128 ◦ green 115 ◦ blue 56

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

Shades of Pesto #807338

Tints of Pesto #807338

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.46%

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

R = 42.81%
G = 38.46%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.50

RGB Variations

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

Color information

#807338 (or 0x807338) is known color: Pesto. HEX triplet: 80, 73 and 38. RGB value is (128,115,56). Sum of RGB (Red+Green+Blue) = 128+115+56=299 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.81% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 56 (22.27% from 255 or 18.73% from 299); Max value from RGB is 128 - color contains mainly: red. Hex color #807338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807338 is #7F8CC7. Grayscale: #707070. Windows color (decimal): -8359112 or 3699584. OLE color: 3699584.

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

Color convert

RGB 128 115 56 -
CMYK 0 0.10 0.56 0.50
HSL 49.17º 0.39% 0.36% -
HSV(B) 49.17º 0.56% 0.5% -
XYZ 15.75 17.14 6.22 -
YUV 112.16 96.31 139.3 -
System Red Green Blue C M Y K H S L
Decimal 128 115 56 0 0.10 0.56 0.50 49.17 0.39 0.36
Hex 80 73 38 0 A 38 32 31 27 24
Octal 200 163 70 0 12 70 62 61 47 44
Binary 10000000 1110011 111000 0 1010 111000 110010 110001 100111 100100

Color Harmonies of #807338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807338

Black with #807338

Text Example


Text Example

White with #807338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807338; }

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

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

background-color css

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

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

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

border-color css

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

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

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