Html Css Color HEX #83837E Jumbo

📋 copy color: '#83837E'

red 131 ◦ green 131 ◦ blue 126

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

Shades of Jumbo #83837E

Tints of Jumbo #83837E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.76%

 BLUE value IS 126 (49.61% from 255) = 32.47%

R = 33.76%
G = 33.76%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#83837E (or 0x83837E) is known color: Jumbo. HEX triplet: 83, 83 and 7E. RGB value is (131,131,126). Sum of RGB (Red+Green+Blue) = 131+131+126=388 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.76% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 131 - color contains mainly: red, green. Hex color #83837E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83837E is #7C7C81. Grayscale: #828282. Windows color (decimal): -8158338 or 8291203. OLE color: 8291203.

HSL color Cylindrical-coordinate representation of color #83837E: hue angle of 60º degrees, saturation: 0.02, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #83837E is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 131 126 -
CMYK 0 0 0.04 0.49
HSL 60º 0.02% 0.5% -
HSV(B) 60º 0.04% 0.51% -
XYZ 21.24 22.56 22.97 -
YUV 130.43 125.5 128.41 -
System Red Green Blue C M Y K H S L
Decimal 131 131 126 0 0 0.04 0.49 60 0.02 0.5
Hex 83 83 7E 0 0 4 31 3C 2 32
Octal 203 203 176 0 0 4 61 74 2 62
Binary 10000011 10000011 1111110 0 0 100 110001 111100 10 110010

Color Harmonies of #83837E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83837E

Black with #83837E

Text Example


Text Example

White with #83837E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83837E; }

 p { color: rgb(131,131,126); }

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

background-color css

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

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

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

border-color css

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

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

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