Html Css Color HEX #463F08 Madras

📋 copy color: '#463F08'

red 70 ◦ green 63 ◦ blue 8

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

Shades of Madras #463F08

Tints of Madras #463F08

RGB

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

 GREEN value IS 63 (25% from 255) = 44.68%

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

R = 49.65%
G = 44.68%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.73

RGB Variations

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

Color information

#463F08 (or 0x463F08) is known color: Madras. HEX triplet: 46, 3F and 08. RGB value is (70,63,8). Sum of RGB (Red+Green+Blue) = 70+63+8=141 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.65% from 141); Green value is 63 (25% from 255 or 44.68% from 141); Blue value is 8 (3.52% from 255 or 5.67% from 141); Max value from RGB is 70 - color contains mainly: red. Hex color #463F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463F08 is #B9C0F7. Grayscale: #3B3B3B. Windows color (decimal): -12173560 or 540486. OLE color: 540486.

HSL color Cylindrical-coordinate representation of color #463F08: hue angle of 53.23º 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 #463F08 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 63 8 -
CMYK 0 0.10 0.89 0.73
HSL 53.23º 0.79% 0.15% -
HSV(B) 53.23º 0.89% 0.27% -
XYZ 4.35 4.87 0.94 -
YUV 58.82 99.32 135.97 -
System Red Green Blue C M Y K H S L
Decimal 70 63 8 0 0.10 0.89 0.73 53.23 0.79 0.15
Hex 46 3F 8 0 A 59 49 35 4F F
Octal 106 77 10 0 12 131 111 65 117 17
Binary 1000110 111111 1000 0 1010 1011001 1001001 110101 1001111 1111

Color Harmonies of #463F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463F08

Black with #463F08

Text Example


Text Example

White with #463F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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