Html Css Color HEX #83875F Bitter

📋 copy color: '#83875F'

red 131 ◦ green 135 ◦ blue 95

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

Shades of Bitter #83875F

Tints of Bitter #83875F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.4%

 BLUE value IS 95 (37.5% from 255) = 26.32%

R = 36.29%
G = 37.4%
B = 26.32%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#83875F (or 0x83875F) is known color: Bitter. HEX triplet: 83, 87 and 5F. RGB value is (131,135,95). Sum of RGB (Red+Green+Blue) = 131+135+95=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 135 (53.12% from 255 or 37.40% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 135 - color contains mainly: green. Hex color #83875F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83875F is #7C78A0. Grayscale: #818181. Windows color (decimal): -8157345 or 6260611. OLE color: 6260611.

HSL color Cylindrical-coordinate representation of color #83875F: hue angle of 66º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83875F is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 135 95 -
CMYK 0.03 0 0.30 0.47
HSL 66º 0.17% 0.45% -
HSV(B) 66º 0.3% 0.53% -
XYZ 20.09 22.98 14.2 -
YUV 129.24 108.67 129.25 -
System Red Green Blue C M Y K H S L
Decimal 131 135 95 0.03 0 0.30 0.47 66 0.17 0.45
Hex 83 87 5F 3 0 1E 2F 42 11 2D
Octal 203 207 137 3 0 36 57 102 21 55
Binary 10000011 10000111 1011111 11 0 11110 101111 1000010 10001 101101

Color Harmonies of #83875F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83875F

Black with #83875F

Text Example


Text Example

White with #83875F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83875F; }

 p { color: rgb(131,135,95); }

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

background-color css

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

 a { background-color: rgb(131,135,95); }

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

border-color css

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

 span { border-color: rgb(131,135,95); }

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