Html Css Color HEX #83837F Jumbo

📋 copy color: '#83837F'

red 131 ◦ green 131 ◦ blue 127

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

Shades of Jumbo #83837F

Tints of Jumbo #83837F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.65%

R = 33.68%
G = 33.68%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#83837F (or 0x83837F) is known color: Jumbo. HEX triplet: 83, 83 and 7F. RGB value is (131,131,127). Sum of RGB (Red+Green+Blue) = 131+131+127=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 131 - color contains mainly: red, green. Hex color #83837F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83837F is #7C7C80. Grayscale: #828282. Windows color (decimal): -8158337 or 8356739. OLE color: 8356739.

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

Color convert

RGB 131 131 127 -
CMYK 0 0 0.03 0.49
HSL 60º 0.02% 0.51% -
HSV(B) 60º 0.03% 0.51% -
XYZ 21.31 22.59 23.32 -
YUV 130.54 126 128.33 -
System Red Green Blue C M Y K H S L
Decimal 131 131 127 0 0 0.03 0.49 60 0.02 0.51
Hex 83 83 7F 0 0 3 31 3C 2 33
Octal 203 203 177 0 0 3 61 74 2 63
Binary 10000011 10000011 1111111 0 0 11 110001 111100 10 110011

Color Harmonies of #83837F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83837F

Black with #83837F

Text Example


Text Example

White with #83837F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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