Html Css Color HEX #463708 Madras

📋 copy color: '#463708'

red 70 ◦ green 55 ◦ blue 8

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

Shades of Madras #463708

Tints of Madras #463708

RGB

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

 GREEN value IS 55 (21.88% from 255) = 41.35%

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

R = 52.63%
G = 41.35%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.73

RGB Variations

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

Color information

#463708 (or 0x463708) is known color: Madras. HEX triplet: 46, 37 and 08. RGB value is (70,55,8). Sum of RGB (Red+Green+Blue) = 70+55+8=133 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.63% from 133); Green value is 55 (21.88% from 255 or 41.35% from 133); Blue value is 8 (3.52% from 255 or 6.02% from 133); Max value from RGB is 70 - color contains mainly: red. Hex color #463708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463708 is #B9C8F7. Grayscale: #363636. Windows color (decimal): -12175608 or 538438. OLE color: 538438.

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

Color convert

RGB 70 55 8 -
CMYK 0 0.21 0.89 0.73
HSL 45.48º 0.79% 0.15% -
HSV(B) 45.48º 0.89% 0.27% -
XYZ 3.94 4.05 0.8 -
YUV 54.13 101.97 139.32 -
System Red Green Blue C M Y K H S L
Decimal 70 55 8 0 0.21 0.89 0.73 45.48 0.79 0.15
Hex 46 37 8 0 15 59 49 2D 4F F
Octal 106 67 10 0 25 131 111 55 117 17
Binary 1000110 110111 1000 0 10101 1011001 1001001 101101 1001111 1111

Color Harmonies of #463708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463708

Black with #463708

Text Example


Text Example

White with #463708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463708; }

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

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

background-color css

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

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

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

border-color css

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

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

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