Html Css Color HEX #463608 Madras

📋 copy color: '#463608'

red 70 ◦ green 54 ◦ blue 8

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

Shades of Madras #463608

Tints of Madras #463608

RGB

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

 GREEN value IS 54 (21.48% from 255) = 40.91%

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

R = 53.03%
G = 40.91%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.73

RGB Variations

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

Color information

#463608 (or 0x463608) is known color: Madras. HEX triplet: 46, 36 and 08. RGB value is (70,54,8). Sum of RGB (Red+Green+Blue) = 70+54+8=132 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.03% from 132); Green value is 54 (21.48% from 255 or 40.91% from 132); Blue value is 8 (3.52% from 255 or 6.06% from 132); Max value from RGB is 70 - color contains mainly: red. Hex color #463608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463608 is #B9C9F7. Grayscale: #353535. Windows color (decimal): -12175864 or 538182. OLE color: 538182.

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

Color convert

RGB 70 54 8 -
CMYK 0 0.23 0.89 0.73
HSL 44.52º 0.79% 0.15% -
HSV(B) 44.52º 0.89% 0.27% -
XYZ 3.89 3.96 0.79 -
YUV 53.54 102.3 139.74 -
System Red Green Blue C M Y K H S L
Decimal 70 54 8 0 0.23 0.89 0.73 44.52 0.79 0.15
Hex 46 36 8 0 17 59 49 2D 4F F
Octal 106 66 10 0 27 131 111 55 117 17
Binary 1000110 110110 1000 0 10111 1011001 1001001 101101 1001111 1111

Color Harmonies of #463608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463608

Black with #463608

Text Example


Text Example

White with #463608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463608; }

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

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

background-color css

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

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

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

border-color css

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

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

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