Html Css Color HEX #807430 Pesto

📋 copy color: '#807430'

red 128 ◦ green 116 ◦ blue 48

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

Shades of Pesto #807430

Tints of Pesto #807430

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.73%

 BLUE value IS 48 (19.14% from 255) = 16.44%

R = 43.84%
G = 39.73%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#807430 (or 0x807430) is known color: Pesto. HEX triplet: 80, 74 and 30. RGB value is (128,116,48). Sum of RGB (Red+Green+Blue) = 128+116+48=292 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.84% from 292); Green value is 116 (45.70% from 255 or 39.73% from 292); Blue value is 48 (19.14% from 255 or 16.44% from 292); Max value from RGB is 128 - color contains mainly: red. Hex color #807430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807430 is #7F8BCF. Grayscale: #707070. Windows color (decimal): -8358864 or 3175552. OLE color: 3175552.

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

Color convert

RGB 128 116 48 -
CMYK 0 0.09 0.62 0.50
HSL 51º 0.45% 0.35% -
HSV(B) 51º 0.63% 0.5% -
XYZ 15.68 17.29 5.31 -
YUV 111.84 91.98 139.53 -
System Red Green Blue C M Y K H S L
Decimal 128 116 48 0 0.09 0.62 0.50 51 0.45 0.35
Hex 80 74 30 0 9 3E 32 33 2D 23
Octal 200 164 60 0 11 76 62 63 55 43
Binary 10000000 1110100 110000 0 1001 111110 110010 110011 101101 100011

Color Harmonies of #807430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807430

Black with #807430

Text Example


Text Example

White with #807430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807430; }

 p { color: rgb(128,116,48); }

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

background-color css

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

 a { background-color: rgb(128,116,48); }

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

border-color css

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

 span { border-color: rgb(128,116,48); }

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