Html Css Color HEX #83762D Pesto

📋 copy color: '#83762D'

red 131 ◦ green 118 ◦ blue 45

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

Shades of Pesto #83762D

Tints of Pesto #83762D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.14%

 BLUE value IS 45 (17.97% from 255) = 15.31%

R = 44.56%
G = 40.14%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#83762D (or 0x83762D) is known color: Pesto. HEX triplet: 83, 76 and 2D. RGB value is (131,118,45). Sum of RGB (Red+Green+Blue) = 131+118+45=294 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.56% from 294); Green value is 118 (46.48% from 255 or 40.14% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 131 - color contains mainly: red. Hex color #83762D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83762D is #7C89D2. Grayscale: #717171. Windows color (decimal): -8161747 or 2979459. OLE color: 2979459.

HSL color Cylindrical-coordinate representation of color #83762D: hue angle of 50.93º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #83762D is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 118 45 -
CMYK 0 0.10 0.66 0.49
HSL 50.93º 0.49% 0.35% -
HSV(B) 50.93º 0.66% 0.51% -
XYZ 16.31 17.97 5.09 -
YUV 113.57 89.31 140.44 -
System Red Green Blue C M Y K H S L
Decimal 131 118 45 0 0.10 0.66 0.49 50.93 0.49 0.35
Hex 83 76 2D 0 A 42 31 33 31 23
Octal 203 166 55 0 12 102 61 63 61 43
Binary 10000011 1110110 101101 0 1010 1000010 110001 110011 110001 100011

Color Harmonies of #83762D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83762D

Black with #83762D

Text Example


Text Example

White with #83762D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83762D; }

 p { color: rgb(131,118,45); }

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

background-color css

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

 a { background-color: rgb(131,118,45); }

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

border-color css

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

 span { border-color: rgb(131,118,45); }

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