Html Css Color HEX #838760 Bitter

📋 copy color: '#838760'

red 131 ◦ green 135 ◦ blue 96

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

Shades of Bitter #838760

Tints of Bitter #838760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.52%

R = 36.19%
G = 37.29%
B = 26.52%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#838760 (or 0x838760) is known color: Bitter. HEX triplet: 83, 87 and 60. RGB value is (131,135,96). Sum of RGB (Red+Green+Blue) = 131+135+96=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 135 - color contains mainly: green. Hex color #838760 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838760 is #7C789F. Grayscale: #818181. Windows color (decimal): -8157344 or 6326147. OLE color: 6326147.

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

Color convert

RGB 131 135 96 -
CMYK 0.03 0 0.29 0.47
HSL 66.15º 0.17% 0.45% -
HSV(B) 66.15º 0.29% 0.53% -
XYZ 20.14 23 14.44 -
YUV 129.36 109.17 129.17 -
System Red Green Blue C M Y K H S L
Decimal 131 135 96 0.03 0 0.29 0.47 66.15 0.17 0.45
Hex 83 87 60 3 0 1D 2F 42 11 2D
Octal 203 207 140 3 0 35 57 102 21 55
Binary 10000011 10000111 1100000 11 0 11101 101111 1000010 10001 101101

Color Harmonies of #838760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838760

Black with #838760

Text Example


Text Example

White with #838760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838760; }

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

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

background-color css

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

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

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

border-color css

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

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

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