Html Css Color HEX #46430F Madras

📋 copy color: '#46430F'

red 70 ◦ green 67 ◦ blue 15

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

Shades of Madras #46430F

Tints of Madras #46430F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.87%

R = 46.05%
G = 44.08%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.79

 K value IS 0.73

RGB Variations

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

Color information

#46430F (or 0x46430F) is known color: Madras. HEX triplet: 46, 43 and 0F. RGB value is (70,67,15). Sum of RGB (Red+Green+Blue) = 70+67+15=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 67 (26.56% from 255 or 44.08% from 152); Blue value is 15 (6.25% from 255 or 9.87% from 152); Max value from RGB is 70 - color contains mainly: red. Hex color #46430F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46430F is #B9BCF0. Grayscale: #3E3E3E. Windows color (decimal): -12172529 or 1000262. OLE color: 1000262.

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

Color convert

RGB 70 67 15 -
CMYK 0 0.04 0.79 0.73
HSL 56.73º 0.65% 0.17% -
HSV(B) 56.73º 0.79% 0.27% -
XYZ 4.62 5.35 1.24 -
YUV 61.97 101.49 133.73 -
System Red Green Blue C M Y K H S L
Decimal 70 67 15 0 0.04 0.79 0.73 56.73 0.65 0.17
Hex 46 43 F 0 4 4F 49 39 41 11
Octal 106 103 17 0 4 117 111 71 101 21
Binary 1000110 1000011 1111 0 100 1001111 1001001 111001 1000001 10001

Color Harmonies of #46430F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46430F

Black with #46430F

Text Example


Text Example

White with #46430F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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