Html Css Color HEX #483C39 Crater Brown

📋 copy color: '#483C39'

red 72 ◦ green 60 ◦ blue 57

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

Shades of Crater Brown #483C39

Tints of Crater Brown #483C39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 30.16%

R = 38.1%
G = 31.75%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#483C39 (or 0x483C39) is known color: Crater Brown. HEX triplet: 48, 3C and 39. RGB value is (72,60,57). Sum of RGB (Red+Green+Blue) = 72+60+57=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 60 (23.83% from 255 or 31.75% from 189); Blue value is 57 (22.66% from 255 or 30.16% from 189); Max value from RGB is 72 - color contains mainly: red. Hex color #483C39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483C39 is #B7C3C6. Grayscale: #3F3F3F. Windows color (decimal): -12043207 or 3750984. OLE color: 3750984.

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

Color convert

RGB 72 60 57 -
CMYK 0 0.17 0.21 0.72
HSL 12º 0.12% 0.25% -
HSV(B) 12º 0.21% 0.28% -
XYZ 5.03 4.9 4.55 -
YUV 63.25 124.48 134.24 -
System Red Green Blue C M Y K H S L
Decimal 72 60 57 0 0.17 0.21 0.72 12 0.12 0.25
Hex 48 3C 39 0 11 15 48 C C 19
Octal 110 74 71 0 21 25 110 14 14 31
Binary 1001000 111100 111001 0 10001 10101 1001000 1100 1100 11001

Color Harmonies of #483C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483C39

Black with #483C39

Text Example


Text Example

White with #483C39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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