Html Css Color HEX #484143 Jon

📋 copy color: '#484143'

red 72 ◦ green 65 ◦ blue 67

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

Shades of Jon #484143

Tints of Jon #484143

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.86%

 BLUE value IS 67 (26.56% from 255) = 32.84%

R = 35.29%
G = 31.86%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#484143 (or 0x484143) is known color: Jon. HEX triplet: 48, 41 and 43. RGB value is (72,65,67). Sum of RGB (Red+Green+Blue) = 72+65+67=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 65 (25.78% from 255 or 31.86% from 204); Blue value is 67 (26.56% from 255 or 32.84% from 204); Max value from RGB is 72 - color contains mainly: red. Hex color #484143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484143 is #B7BEBC. Grayscale: #434343. Windows color (decimal): -12041917 or 4407624. OLE color: 4407624.

HSL color Cylindrical-coordinate representation of color #484143: hue angle of 342.86º degrees, saturation: 0.05, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #484143 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 65 67 -
CMYK 0 0.10 0.07 0.72
HSL 342.86º 0.05% 0.27% -
HSV(B) 342.86º 0.1% 0.28% -
XYZ 5.58 5.56 6.09 -
YUV 67.32 127.82 131.34 -
System Red Green Blue C M Y K H S L
Decimal 72 65 67 0 0.10 0.07 0.72 342.86 0.05 0.27
Hex 48 41 43 0 A 7 48 157 5 1B
Octal 110 101 103 0 12 7 110 527 5 33
Binary 1001000 1000001 1000011 0 1010 111 1001000 101010111 101 11011

Color Harmonies of #484143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484143

Black with #484143

Text Example


Text Example

White with #484143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484143; }

 p { color: rgb(72,65,67); }

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

background-color css

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

 a { background-color: rgb(72,65,67); }

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

border-color css

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

 span { border-color: rgb(72,65,67); }

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