Html Css Color HEX #484443 Crater Brown

📋 copy color: '#484443'

red 72 ◦ green 68 ◦ blue 67

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

Shades of Crater Brown #484443

Tints of Crater Brown #484443

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.85%

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

R = 34.78%
G = 32.85%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#484443 (or 0x484443) is known color: Crater Brown. HEX triplet: 48, 44 and 43. RGB value is (72,68,67). Sum of RGB (Red+Green+Blue) = 72+68+67=207 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.78% from 207); Green value is 68 (26.95% from 255 or 32.85% from 207); Blue value is 67 (26.56% from 255 or 32.37% from 207); Max value from RGB is 72 - color contains mainly: red. Hex color #484443 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484443 is #B7BBBC. Grayscale: #454545. Windows color (decimal): -12041149 or 4408392. OLE color: 4408392.

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

Color convert

RGB 72 68 67 -
CMYK 0 0.06 0.07 0.72
HSL 12º 0.04% 0.27% -
HSV(B) 12º 0.07% 0.28% -
XYZ 5.75 5.92 6.15 -
YUV 69.08 126.83 130.08 -
System Red Green Blue C M Y K H S L
Decimal 72 68 67 0 0.06 0.07 0.72 12 0.04 0.27
Hex 48 44 43 0 6 7 48 C 4 1B
Octal 110 104 103 0 6 7 110 14 4 33
Binary 1001000 1000100 1000011 0 110 111 1001000 1100 100 11011

Color Harmonies of #484443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484443

Black with #484443

Text Example


Text Example

White with #484443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484443; }

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

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

background-color css

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

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

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

border-color css

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

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

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