Html Css Color HEX #848483 Jumbo

📋 copy color: '#848483'

red 132 ◦ green 132 ◦ blue 131

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

Shades of Jumbo #848483

Tints of Jumbo #848483

RGB

 RED value IS 132 (51.95% from 255) = 33.42%

 GREEN value IS 132 (51.95% from 255) = 33.42%

 BLUE value IS 131 (51.56% from 255) = 33.16%

R = 33.42%
G = 33.42%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#848483 (or 0x848483) is known color: Jumbo. HEX triplet: 84, 84 and 83. RGB value is (132,132,131). Sum of RGB (Red+Green+Blue) = 132+132+131=395 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.42% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 131 (51.56% from 255 or 33.16% from 395); Max value from RGB is 132 - color contains mainly: red, green. Hex color #848483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848483 is #7B7B7C. Grayscale: #838383. Windows color (decimal): -8092541 or 8619140. OLE color: 8619140.

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

Color convert

RGB 132 132 131 -
CMYK 0 0 0.01 0.48
HSL 60º 0% 0.52% -
HSV(B) 60º 0.01% 0.52% -
XYZ 21.86 23.05 24.77 -
YUV 131.89 127.5 128.08 -
System Red Green Blue C M Y K H S L
Decimal 132 132 131 0 0 0.01 0.48 60 0 0.52
Hex 84 84 83 0 0 1 30 3C 0 34
Octal 204 204 203 0 0 1 60 74 0 64
Binary 10000100 10000100 10000011 0 0 1 110000 111100 0 110100

Color Harmonies of #848483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848483

Black with #848483

Text Example


Text Example

White with #848483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848483; }

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

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

background-color css

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

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

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

border-color css

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

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

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