Html Css Color HEX #46430C Madras

📋 copy color: '#46430C'

red 70 ◦ green 67 ◦ blue 12

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

Shades of Madras #46430C

Tints of Madras #46430C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8.05%

R = 46.98%
G = 44.97%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.83

 K value IS 0.73

RGB Variations

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

Color information

#46430C (or 0x46430C) is known color: Madras. HEX triplet: 46, 43 and 0C. RGB value is (70,67,12). Sum of RGB (Red+Green+Blue) = 70+67+12=149 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.98% from 149); Green value is 67 (26.56% from 255 or 44.97% from 149); Blue value is 12 (5.08% from 255 or 8.05% from 149); Max value from RGB is 70 - color contains mainly: red. Hex color #46430C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46430C is #B9BCF3. Grayscale: #3D3D3D. Windows color (decimal): -12172532 or 803654. OLE color: 803654.

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

Color convert

RGB 70 67 12 -
CMYK 0 0.04 0.83 0.73
HSL 56.9º 0.71% 0.16% -
HSV(B) 56.9º 0.83% 0.27% -
XYZ 4.6 5.34 1.14 -
YUV 61.63 99.99 133.97 -
System Red Green Blue C M Y K H S L
Decimal 70 67 12 0 0.04 0.83 0.73 56.9 0.71 0.16
Hex 46 43 C 0 4 53 49 39 47 10
Octal 106 103 14 0 4 123 111 71 107 20
Binary 1000110 1000011 1100 0 100 1010011 1001001 111001 1000111 10000

Color Harmonies of #46430C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46430C

Black with #46430C

Text Example


Text Example

White with #46430C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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