Html Css Color HEX #48403F Crater Brown

📋 copy color: '#48403F'

red 72 ◦ green 64 ◦ blue 63

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

Shades of Crater Brown #48403F

Tints of Crater Brown #48403F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.16%

 BLUE value IS 63 (25% from 255) = 31.66%

R = 36.18%
G = 32.16%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.12

 K value IS 0.72

RGB Variations

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

Color information

#48403F (or 0x48403F) is known color: Crater Brown. HEX triplet: 48, 40 and 3F. RGB value is (72,64,63). Sum of RGB (Red+Green+Blue) = 72+64+63=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 64 (25.39% from 255 or 32.16% from 199); Blue value is 63 (25% from 255 or 31.66% from 199); Max value from RGB is 72 - color contains mainly: red. Hex color #48403F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48403F is #B7BFC0. Grayscale: #424242. Windows color (decimal): -12042177 or 4145224. OLE color: 4145224.

HSL color Cylindrical-coordinate representation of color #48403F: hue angle of 6.67º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #48403F is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 64 63 -
CMYK 0 0.11 0.12 0.72
HSL 6.67º 0.07% 0.26% -
HSV(B) 6.67º 0.13% 0.28% -
XYZ 5.4 5.4 5.46 -
YUV 66.28 126.15 132.08 -
System Red Green Blue C M Y K H S L
Decimal 72 64 63 0 0.11 0.12 0.72 6.67 0.07 0.26
Hex 48 40 3F 0 B C 48 7 7 1A
Octal 110 100 77 0 13 14 110 7 7 32
Binary 1001000 1000000 111111 0 1011 1100 1001000 111 111 11010

Color Harmonies of #48403F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48403F

Black with #48403F

Text Example


Text Example

White with #48403F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48403F; }

 p { color: rgb(72,64,63); }

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

background-color css

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

 a { background-color: rgb(72,64,63); }

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

border-color css

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

 span { border-color: rgb(72,64,63); }

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