Html Css Color HEX #463808 Madras

📋 copy color: '#463808'

red 70 ◦ green 56 ◦ blue 8

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

Shades of Madras #463808

Tints of Madras #463808

RGB

 RED value IS 70 (27.73% from 255) = 52.24%

 GREEN value IS 56 (22.27% from 255) = 41.79%

 BLUE value IS 8 (3.52% from 255) = 5.97%

R = 52.24%
G = 41.79%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.73

RGB Variations

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

Color information

#463808 (or 0x463808) is known color: Madras. HEX triplet: 46, 38 and 08. RGB value is (70,56,8). Sum of RGB (Red+Green+Blue) = 70+56+8=134 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.24% from 134); Green value is 56 (22.27% from 255 or 41.79% from 134); Blue value is 8 (3.52% from 255 or 5.97% from 134); Max value from RGB is 70 - color contains mainly: red. Hex color #463808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463808 is #B9C7F7. Grayscale: #363636. Windows color (decimal): -12175352 or 538694. OLE color: 538694.

HSL color Cylindrical-coordinate representation of color #463808: hue angle of 46.45º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #463808 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 56 8 -
CMYK 0 0.20 0.89 0.73
HSL 46.45º 0.79% 0.15% -
HSV(B) 46.45º 0.89% 0.27% -
XYZ 3.98 4.15 0.82 -
YUV 54.71 101.64 138.9 -
System Red Green Blue C M Y K H S L
Decimal 70 56 8 0 0.20 0.89 0.73 46.45 0.79 0.15
Hex 46 38 8 0 14 59 49 2E 4F F
Octal 106 70 10 0 24 131 111 56 117 17
Binary 1000110 111000 1000 0 10100 1011001 1001001 101110 1001111 1111

Color Harmonies of #463808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463808

Black with #463808

Text Example


Text Example

White with #463808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463808; }

 p { color: rgb(70,56,8); }

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

background-color css

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

 a { background-color: rgb(70,56,8); }

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

border-color css

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

 span { border-color: rgb(70,56,8); }

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