Html Css Color HEX #483C40 Jon

📋 copy color: '#483C40'

red 72 ◦ green 60 ◦ blue 64

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

Shades of Jon #483C40

Tints of Jon #483C40

RGB

 RED value IS 72 (28.52% from 255) = 36.73%

 GREEN value IS 60 (23.83% from 255) = 30.61%

 BLUE value IS 64 (25.39% from 255) = 32.65%

R = 36.73%
G = 30.61%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#483C40 (or 0x483C40) is known color: Jon. HEX triplet: 48, 3C and 40. RGB value is (72,60,64). Sum of RGB (Red+Green+Blue) = 72+60+64=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 60 (23.83% from 255 or 30.61% from 196); Blue value is 64 (25.39% from 255 or 32.65% from 196); Max value from RGB is 72 - color contains mainly: red. Hex color #483C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483C40 is #B7C3BF. Grayscale: #404040. Windows color (decimal): -12043200 or 4209736. OLE color: 4209736.

HSL color Cylindrical-coordinate representation of color #483C40: hue angle of 340º degrees, saturation: 0.09, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #483C40 is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 60 64 -
CMYK 0 0.17 0.11 0.72
HSL 340º 0.09% 0.26% -
HSV(B) 340º 0.17% 0.28% -
XYZ 5.21 4.98 5.54 -
YUV 64.04 127.98 133.67 -
System Red Green Blue C M Y K H S L
Decimal 72 60 64 0 0.17 0.11 0.72 340 0.09 0.26
Hex 48 3C 40 0 11 B 48 154 9 1A
Octal 110 74 100 0 21 13 110 524 11 32
Binary 1001000 111100 1000000 0 10001 1011 1001000 101010100 1001 11010

Color Harmonies of #483C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483C40

Black with #483C40

Text Example


Text Example

White with #483C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483C40; }

 p { color: rgb(72,60,64); }

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

background-color css

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

 a { background-color: rgb(72,60,64); }

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

border-color css

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

 span { border-color: rgb(72,60,64); }

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