Html Css Color HEX #483B3C Jon

📋 copy color: '#483B3C'

red 72 ◦ green 59 ◦ blue 60

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

Shades of Jon #483B3C

Tints of Jon #483B3C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 30.89%

 BLUE value IS 60 (23.83% from 255) = 31.41%

R = 37.7%
G = 30.89%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#483B3C (or 0x483B3C) is known color: Jon. HEX triplet: 48, 3B and 3C. RGB value is (72,59,60). Sum of RGB (Red+Green+Blue) = 72+59+60=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 59 (23.44% from 255 or 30.89% from 191); Blue value is 60 (23.83% from 255 or 31.41% from 191); Max value from RGB is 72 - color contains mainly: red. Hex color #483B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483B3C is #B7C4C3. Grayscale: #3F3F3F. Windows color (decimal): -12043460 or 3947336. OLE color: 3947336.

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

Color convert

RGB 72 59 60 -
CMYK 0 0.18 0.17 0.72
HSL 355.38º 0.1% 0.26% -
HSV(B) 355.38º 0.18% 0.28% -
XYZ 5.05 4.83 4.94 -
YUV 63 126.31 134.42 -
System Red Green Blue C M Y K H S L
Decimal 72 59 60 0 0.18 0.17 0.72 355.38 0.1 0.26
Hex 48 3B 3C 0 12 11 48 163 A 1A
Octal 110 73 74 0 22 21 110 543 12 32
Binary 1001000 111011 111100 0 10010 10001 1001000 101100011 1010 11010

Color Harmonies of #483B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483B3C

Black with #483B3C

Text Example


Text Example

White with #483B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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