Html Css Color HEX #837325 Pesto

📋 copy color: '#837325'

red 131 ◦ green 115 ◦ blue 37

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

Shades of Pesto #837325

Tints of Pesto #837325

RGB

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

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

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

R = 46.29%
G = 40.64%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#837325 (or 0x837325) is known color: Pesto. HEX triplet: 83, 73 and 25. RGB value is (131,115,37). Sum of RGB (Red+Green+Blue) = 131+115+37=283 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.29% from 283); Green value is 115 (45.31% from 255 or 40.64% from 283); Blue value is 37 (14.84% from 255 or 13.07% from 283); Max value from RGB is 131 - color contains mainly: red. Hex color #837325 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837325 is #7C8CDA. Grayscale: #6F6F6F. Windows color (decimal): -8162523 or 2454403. OLE color: 2454403.

HSL color Cylindrical-coordinate representation of color #837325: hue angle of 49.79º 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 #837325 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 115 37 -
CMYK 0 0.12 0.72 0.49
HSL 49.79º 0.56% 0.33% -
HSV(B) 49.79º 0.72% 0.51% -
XYZ 15.82 17.22 4.24 -
YUV 110.89 86.3 142.34 -
System Red Green Blue C M Y K H S L
Decimal 131 115 37 0 0.12 0.72 0.49 49.79 0.56 0.33
Hex 83 73 25 0 C 48 31 32 38 21
Octal 203 163 45 0 14 110 61 62 70 41
Binary 10000011 1110011 100101 0 1100 1001000 110001 110010 111000 100001

Color Harmonies of #837325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837325

Black with #837325

Text Example


Text Example

White with #837325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837325; }

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

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

background-color css

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

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

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

border-color css

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

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

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