Html Css Color HEX #423900 Madras

📋 copy color: '#423900'

red 66 ◦ green 57 ◦ blue 0

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

Shades of Madras #423900

Tints of Madras #423900

RGB

 RED value IS 66 (26.17% from 255) = 53.66%

 GREEN value IS 57 (22.66% from 255) = 46.34%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.66%
G = 46.34%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.74

RGB Variations

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

Color information

#423900 (or 0x423900) is known color: Madras. HEX triplet: 42, 39 and 00. RGB value is (66,57,0). Sum of RGB (Red+Green+Blue) = 66+57+0=123 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.66% from 123); Green value is 57 (22.66% from 255 or 46.34% from 123); Blue value is 0 (0.39% from 255 or 0% from 123); Max value from RGB is 66 - color contains mainly: red. Hex color #423900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423900 is #BDC6FF. Grayscale: #353535. Windows color (decimal): -12437248 or 14658. OLE color: 14658.

HSL color Cylindrical-coordinate representation of color #423900: hue angle of 51.82º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #423900 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 57 0 -
CMYK 0 0.14 1 0.74
HSL 51.82º 1% 0.13% -
HSV(B) 51.82º 1% 0.26% -
XYZ 3.71 4.08 0.59 -
YUV 53.19 97.98 137.13 -
System Red Green Blue C M Y K H S L
Decimal 66 57 0 0 0.14 1 0.74 51.82 1 0.13
Hex 42 39 0 0 E 64 4A 34 64 D
Octal 102 71 0 0 16 144 112 64 144 15
Binary 1000010 111001 0 0 1110 1100100 1001010 110100 1100100 1101

Color Harmonies of #423900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423900

Black with #423900

Text Example


Text Example

White with #423900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423900; }

 p { color: rgb(66,57,0); }

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

background-color css

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

 a { background-color: rgb(66,57,0); }

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

border-color css

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

 span { border-color: rgb(66,57,0); }

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