Html Css Color HEX #483C3D Jon

📋 copy color: '#483C3D'

red 72 ◦ green 60 ◦ blue 61

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

Shades of Jon #483C3D

Tints of Jon #483C3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 31.61%

R = 37.31%
G = 31.09%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#483C3D (or 0x483C3D) is known color: Jon. HEX triplet: 48, 3C and 3D. RGB value is (72,60,61). Sum of RGB (Red+Green+Blue) = 72+60+61=193 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.31% from 193); Green value is 60 (23.83% from 255 or 31.09% from 193); Blue value is 61 (24.22% from 255 or 31.61% from 193); Max value from RGB is 72 - color contains mainly: red. Hex color #483C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483C3D is #B7C3C2. Grayscale: #3F3F3F. Windows color (decimal): -12043203 or 4013128. OLE color: 4013128.

HSL color Cylindrical-coordinate representation of color #483C3D: hue angle of 355º 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 #483C3D is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 60 61 -
CMYK 0 0.17 0.15 0.72
HSL 355º 0.09% 0.26% -
HSV(B) 355º 0.17% 0.28% -
XYZ 5.13 4.95 5.1 -
YUV 63.7 126.48 133.92 -
System Red Green Blue C M Y K H S L
Decimal 72 60 61 0 0.17 0.15 0.72 355 0.09 0.26
Hex 48 3C 3D 0 11 F 48 163 9 1A
Octal 110 74 75 0 21 17 110 543 11 32
Binary 1001000 111100 111101 0 10001 1111 1001000 101100011 1001 11010

Color Harmonies of #483C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483C3D

Black with #483C3D

Text Example


Text Example

White with #483C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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