Html Css Color HEX #838570 Bitter

📋 copy color: '#838570'

red 131 ◦ green 133 ◦ blue 112

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

Shades of Bitter #838570

Tints of Bitter #838570

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.37%

 BLUE value IS 112 (44.14% from 255) = 29.79%

R = 34.84%
G = 35.37%
B = 29.79%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#838570 (or 0x838570) is known color: Bitter. HEX triplet: 83, 85 and 70. RGB value is (131,133,112). Sum of RGB (Red+Green+Blue) = 131+133+112=376 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.84% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 133 - color contains mainly: green. Hex color #838570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838570 is #7C7A8F. Grayscale: #828282. Windows color (decimal): -8157840 or 7374211. OLE color: 7374211.

HSL color Cylindrical-coordinate representation of color #838570: hue angle of 65.71º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #838570 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 133 112 -
CMYK 0.02 0 0.16 0.48
HSL 65.71º 0.09% 0.48% -
HSV(B) 65.71º 0.16% 0.52% -
XYZ 20.67 22.77 18.63 -
YUV 130.01 117.84 128.71 -
System Red Green Blue C M Y K H S L
Decimal 131 133 112 0.02 0 0.16 0.48 65.71 0.09 0.48
Hex 83 85 70 2 0 10 30 42 9 30
Octal 203 205 160 2 0 20 60 102 11 60
Binary 10000011 10000101 1110000 10 0 10000 110000 1000010 1001 110000

Color Harmonies of #838570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838570

Black with #838570

Text Example


Text Example

White with #838570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838570; }

 p { color: rgb(131,133,112); }

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

background-color css

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

 a { background-color: rgb(131,133,112); }

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

border-color css

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

 span { border-color: rgb(131,133,112); }

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