Html Css Color HEX #48363A Jon

📋 copy color: '#48363A'

red 72 ◦ green 54 ◦ blue 58

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

Shades of Jon #48363A

Tints of Jon #48363A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.35%

 BLUE value IS 58 (23.05% from 255) = 31.52%

R = 39.13%
G = 29.35%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.72

RGB Variations

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

Color information

#48363A (or 0x48363A) is known color: Jon. HEX triplet: 48, 36 and 3A. RGB value is (72,54,58). Sum of RGB (Red+Green+Blue) = 72+54+58=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 54 (21.48% from 255 or 29.35% from 184); Blue value is 58 (23.05% from 255 or 31.52% from 184); Max value from RGB is 72 - color contains mainly: red. Hex color #48363A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48363A is #B7C9C5. Grayscale: #3B3B3B. Windows color (decimal): -12044742 or 3814984. OLE color: 3814984.

HSL color Cylindrical-coordinate representation of color #48363A: hue angle of 346.67º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #48363A is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 54 58 -
CMYK 0 0.25 0.19 0.72
HSL 346.67º 0.14% 0.25% -
HSV(B) 346.67º 0.25% 0.28% -
XYZ 4.76 4.32 4.59 -
YUV 59.84 126.96 136.67 -
System Red Green Blue C M Y K H S L
Decimal 72 54 58 0 0.25 0.19 0.72 346.67 0.14 0.25
Hex 48 36 3A 0 19 13 48 15B E 19
Octal 110 66 72 0 31 23 110 533 16 31
Binary 1001000 110110 111010 0 11001 10011 1001000 101011011 1110 11001

Color Harmonies of #48363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48363A

Black with #48363A

Text Example


Text Example

White with #48363A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48363A; }

 p { color: rgb(72,54,58); }

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

background-color css

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

 a { background-color: rgb(72,54,58); }

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

border-color css

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

 span { border-color: rgb(72,54,58); }

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