Html Css Color HEX #46430B Madras

📋 copy color: '#46430B'

red 70 ◦ green 67 ◦ blue 11

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

Shades of Madras #46430B

Tints of Madras #46430B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 45.27%

 BLUE value IS 11 (4.69% from 255) = 7.43%

R = 47.3%
G = 45.27%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.73

RGB Variations

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

Color information

#46430B (or 0x46430B) is known color: Madras. HEX triplet: 46, 43 and 0B. RGB value is (70,67,11). Sum of RGB (Red+Green+Blue) = 70+67+11=148 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.30% from 148); Green value is 67 (26.56% from 255 or 45.27% from 148); Blue value is 11 (4.69% from 255 or 7.43% from 148); Max value from RGB is 70 - color contains mainly: red. Hex color #46430B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46430B is #B9BCF4. Grayscale: #3D3D3D. Windows color (decimal): -12172533 or 738118. OLE color: 738118.

HSL color Cylindrical-coordinate representation of color #46430B: hue angle of 56.95º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #46430B is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 67 11 -
CMYK 0 0.04 0.84 0.73
HSL 56.95º 0.73% 0.16% -
HSV(B) 56.95º 0.84% 0.27% -
XYZ 4.59 5.34 1.11 -
YUV 61.51 99.49 134.05 -
System Red Green Blue C M Y K H S L
Decimal 70 67 11 0 0.04 0.84 0.73 56.95 0.73 0.16
Hex 46 43 B 0 4 54 49 39 49 10
Octal 106 103 13 0 4 124 111 71 111 20
Binary 1000110 1000011 1011 0 100 1010100 1001001 111001 1001001 10000

Color Harmonies of #46430B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46430B

Black with #46430B

Text Example


Text Example

White with #46430B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46430B; }

 p { color: rgb(70,67,11); }

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

background-color css

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

 a { background-color: rgb(70,67,11); }

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

border-color css

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

 span { border-color: rgb(70,67,11); }

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