Html Css Color HEX #838765 Bitter

📋 copy color: '#838765'

red 131 ◦ green 135 ◦ blue 101

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

Shades of Bitter #838765

Tints of Bitter #838765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.52%

R = 35.69%
G = 36.78%
B = 27.52%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#838765 (or 0x838765) is known color: Bitter. HEX triplet: 83, 87 and 65. RGB value is (131,135,101). Sum of RGB (Red+Green+Blue) = 131+135+101=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 135 (53.12% from 255 or 36.78% from 367); Blue value is 101 (39.84% from 255 or 27.52% from 367); Max value from RGB is 135 - color contains mainly: green. Hex color #838765 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838765 is #7C789A. Grayscale: #828282. Windows color (decimal): -8157339 or 6653827. OLE color: 6653827.

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

Color convert

RGB 131 135 101 -
CMYK 0.03 0 0.25 0.47
HSL 67.06º 0.14% 0.46% -
HSV(B) 67.06º 0.25% 0.53% -
XYZ 20.37 23.09 15.7 -
YUV 129.93 111.67 128.76 -
System Red Green Blue C M Y K H S L
Decimal 131 135 101 0.03 0 0.25 0.47 67.06 0.14 0.46
Hex 83 87 65 3 0 19 2F 43 E 2E
Octal 203 207 145 3 0 31 57 103 16 56
Binary 10000011 10000111 1100101 11 0 11001 101111 1000011 1110 101110

Color Harmonies of #838765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838765

Black with #838765

Text Example


Text Example

White with #838765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838765; }

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

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

background-color css

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

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

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

border-color css

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

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

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