Html Css Color HEX #837527 Pesto

📋 copy color: '#837527'

red 131 ◦ green 117 ◦ blue 39

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

Shades of Pesto #837527

Tints of Pesto #837527

RGB

 RED value IS 131 (51.56% from 255) = 45.64%

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

 BLUE value IS 39 (15.63% from 255) = 13.59%

R = 45.64%
G = 40.77%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#837527 (or 0x837527) is known color: Pesto. HEX triplet: 83, 75 and 27. RGB value is (131,117,39). Sum of RGB (Red+Green+Blue) = 131+117+39=287 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.64% from 287); Green value is 117 (46.09% from 255 or 40.77% from 287); Blue value is 39 (15.62% from 255 or 13.59% from 287); Max value from RGB is 131 - color contains mainly: red. Hex color #837527 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837527 is #7C8AD8. Grayscale: #707070. Windows color (decimal): -8162009 or 2585987. OLE color: 2585987.

HSL color Cylindrical-coordinate representation of color #837527: hue angle of 50.87º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #837527 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 117 39 -
CMYK 0 0.11 0.70 0.49
HSL 50.87º 0.54% 0.33% -
HSV(B) 50.87º 0.7% 0.51% -
XYZ 16.09 17.69 4.49 -
YUV 112.29 86.64 141.34 -
System Red Green Blue C M Y K H S L
Decimal 131 117 39 0 0.11 0.70 0.49 50.87 0.54 0.33
Hex 83 75 27 0 B 46 31 33 36 21
Octal 203 165 47 0 13 106 61 63 66 41
Binary 10000011 1110101 100111 0 1011 1000110 110001 110011 110110 100001

Color Harmonies of #837527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837527

Black with #837527

Text Example


Text Example

White with #837527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837527; }

 p { color: rgb(131,117,39); }

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

background-color css

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

 a { background-color: rgb(131,117,39); }

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

border-color css

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

 span { border-color: rgb(131,117,39); }

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