Html Css Color HEX #423704 Madras

📋 copy color: '#423704'

red 66 ◦ green 55 ◦ blue 4

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

Shades of Madras #423704

Tints of Madras #423704

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.2%

R = 52.8%
G = 44%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.74

RGB Variations

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

Color information

#423704 (or 0x423704) is known color: Madras. HEX triplet: 42, 37 and 04. RGB value is (66,55,4). Sum of RGB (Red+Green+Blue) = 66+55+4=125 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.8% from 125); Green value is 55 (21.88% from 255 or 44% from 125); Blue value is 4 (1.95% from 255 or 3.2% from 125); Max value from RGB is 66 - color contains mainly: red. Hex color #423704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423704 is #BDC8FB. Grayscale: #343434. Windows color (decimal): -12437756 or 276290. OLE color: 276290.

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

Color convert

RGB 66 55 4 -
CMYK 0 0.17 0.94 0.74
HSL 49.35º 0.89% 0.14% -
HSV(B) 49.35º 0.94% 0.26% -
XYZ 3.63 3.9 0.68 -
YUV 52.48 100.64 137.65 -
System Red Green Blue C M Y K H S L
Decimal 66 55 4 0 0.17 0.94 0.74 49.35 0.89 0.14
Hex 42 37 4 0 11 5E 4A 31 59 E
Octal 102 67 4 0 21 136 112 61 131 16
Binary 1000010 110111 100 0 10001 1011110 1001010 110001 1011001 1110

Color Harmonies of #423704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423704

Black with #423704

Text Example


Text Example

White with #423704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423704; }

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

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

background-color css

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

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

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

border-color css

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

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

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