Html Css Color HEX #483C3B Crater Brown

📋 copy color: '#483C3B'

red 72 ◦ green 60 ◦ blue 59

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

Shades of Crater Brown #483C3B

Tints of Crater Brown #483C3B

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

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

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

Color convert

RGB 72 60 59 -
CMYK 0 0.17 0.18 0.72
HSL 4.62º 0.1% 0.26% -
HSV(B) 4.62º 0.18% 0.28% -
XYZ 5.08 4.93 4.82 -
YUV 63.47 125.48 134.08 -
System Red Green Blue C M Y K H S L
Decimal 72 60 59 0 0.17 0.18 0.72 4.62 0.1 0.26
Hex 48 3C 3B 0 11 12 48 5 A 1A
Octal 110 74 73 0 21 22 110 5 12 32
Binary 1001000 111100 111011 0 10001 10010 1001000 101 1010 11010

Color Harmonies of #483C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483C3B

Black with #483C3B

Text Example


Text Example

White with #483C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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