Html Css Color HEX #837725 Pesto

📋 copy color: '#837725'

red 131 ◦ green 119 ◦ blue 37

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

Shades of Pesto #837725

Tints of Pesto #837725

RGB

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

 GREEN value IS 119 (46.88% from 255) = 41.46%

 BLUE value IS 37 (14.84% from 255) = 12.89%

R = 45.64%
G = 41.46%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#837725 (or 0x837725) is known color: Pesto. HEX triplet: 83, 77 and 25. RGB value is (131,119,37). Sum of RGB (Red+Green+Blue) = 131+119+37=287 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.64% from 287); Green value is 119 (46.88% from 255 or 41.46% from 287); Blue value is 37 (14.84% from 255 or 12.89% from 287); Max value from RGB is 131 - color contains mainly: red. Hex color #837725 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837725 is #7C88DA. Grayscale: #717171. Windows color (decimal): -8161499 or 2455427. OLE color: 2455427.

HSL color Cylindrical-coordinate representation of color #837725: hue angle of 52.34º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #837725 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 119 37 -
CMYK 0 0.09 0.72 0.49
HSL 52.34º 0.56% 0.33% -
HSV(B) 52.34º 0.72% 0.51% -
XYZ 16.29 18.15 4.4 -
YUV 113.24 84.98 140.67 -
System Red Green Blue C M Y K H S L
Decimal 131 119 37 0 0.09 0.72 0.49 52.34 0.56 0.33
Hex 83 77 25 0 9 48 31 34 38 21
Octal 203 167 45 0 11 110 61 64 70 41
Binary 10000011 1110111 100101 0 1001 1001000 110001 110100 111000 100001

Color Harmonies of #837725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837725

Black with #837725

Text Example


Text Example

White with #837725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837725; }

 p { color: rgb(131,119,37); }

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

background-color css

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

 a { background-color: rgb(131,119,37); }

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

border-color css

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

 span { border-color: rgb(131,119,37); }

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