Html Css Color HEX #423700 Madras

📋 copy color: '#423700'

red 66 ◦ green 55 ◦ blue 0

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

Shades of Madras #423700

Tints of Madras #423700

RGB

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

 GREEN value IS 55 (21.88% from 255) = 45.45%

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

R = 54.55%
G = 45.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0.74

RGB Variations

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

Color information

#423700 (or 0x423700) is known color: Madras. HEX triplet: 42, 37 and 00. RGB value is (66,55,0). Sum of RGB (Red+Green+Blue) = 66+55+0=121 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.55% from 121); Green value is 55 (21.88% from 255 or 45.45% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 66 - color contains mainly: red. Hex color #423700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423700 is #BDC8FF. Grayscale: #343434. Windows color (decimal): -12437760 or 14146. OLE color: 14146.

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

Color convert

RGB 66 55 0 -
CMYK 0 0.17 1 0.74
HSL 50º 1% 0.13% -
HSV(B) 50º 1% 0.26% -
XYZ 3.61 3.89 0.56 -
YUV 52.02 98.64 137.97 -
System Red Green Blue C M Y K H S L
Decimal 66 55 0 0 0.17 1 0.74 50 1 0.13
Hex 42 37 0 0 11 64 4A 32 64 D
Octal 102 67 0 0 21 144 112 62 144 15
Binary 1000010 110111 0 0 10001 1100100 1001010 110010 1100100 1101

Color Harmonies of #423700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423700

Black with #423700

Text Example


Text Example

White with #423700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423700; }

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

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

background-color css

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

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

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

border-color css

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

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

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