Html Css Color HEX #423600 Madras

📋 copy color: '#423600'

red 66 ◦ green 54 ◦ blue 0

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

Shades of Madras #423600

Tints of Madras #423600

RGB

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

 GREEN value IS 54 (21.48% from 255) = 45%

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

R = 55%
G = 45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.74

RGB Variations

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

Color information

#423600 (or 0x423600) is known color: Madras. HEX triplet: 42, 36 and 00. RGB value is (66,54,0). Sum of RGB (Red+Green+Blue) = 66+54+0=120 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55% from 120); Green value is 54 (21.48% from 255 or 45% from 120); Blue value is 0 (0.39% from 255 or 0% from 120); Max value from RGB is 66 - color contains mainly: red. Hex color #423600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423600 is #BDC9FF. Grayscale: #333333. Windows color (decimal): -12438016 or 13890. OLE color: 13890.

HSL color Cylindrical-coordinate representation of color #423600: hue angle of 49.09º 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 #423600 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 54 0 -
CMYK 0 0.18 1 0.74
HSL 49.09º 1% 0.13% -
HSV(B) 49.09º 1% 0.26% -
XYZ 3.57 3.8 0.54 -
YUV 51.43 98.98 138.39 -
System Red Green Blue C M Y K H S L
Decimal 66 54 0 0 0.18 1 0.74 49.09 1 0.13
Hex 42 36 0 0 12 64 4A 31 64 D
Octal 102 66 0 0 22 144 112 61 144 15
Binary 1000010 110110 0 0 10010 1100100 1001010 110001 1100100 1101

Color Harmonies of #423600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423600

Black with #423600

Text Example


Text Example

White with #423600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423600; }

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

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

background-color css

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

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

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

border-color css

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

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

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