Html Css Color HEX #47403F Crater Brown

📋 copy color: '#47403F'

red 71 ◦ green 64 ◦ blue 63

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

Shades of Crater Brown #47403F

Tints of Crater Brown #47403F

RGB

 RED value IS 71 (28.13% from 255) = 35.86%

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

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

R = 35.86%
G = 32.32%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#47403F (or 0x47403F) is known color: Crater Brown. HEX triplet: 47, 40 and 3F. RGB value is (71,64,63). Sum of RGB (Red+Green+Blue) = 71+64+63=198 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.86% from 198); Green value is 64 (25.39% from 255 or 32.32% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 71 - color contains mainly: red. Hex color #47403F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47403F is #B8BFC0. Grayscale: #414141. Windows color (decimal): -12107713 or 4145223. OLE color: 4145223.

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

Color convert

RGB 71 64 63 -
CMYK 0 0.10 0.11 0.72
HSL 7.5º 0.06% 0.26% -
HSV(B) 7.5º 0.11% 0.28% -
XYZ 5.33 5.37 5.46 -
YUV 65.98 126.32 131.58 -
System Red Green Blue C M Y K H S L
Decimal 71 64 63 0 0.10 0.11 0.72 7.5 0.06 0.26
Hex 47 40 3F 0 A B 48 8 6 1A
Octal 107 100 77 0 12 13 110 10 6 32
Binary 1000111 1000000 111111 0 1010 1011 1001000 1000 110 11010

Color Harmonies of #47403F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47403F

Black with #47403F

Text Example


Text Example

White with #47403F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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