Html Css Color HEX #423605 Madras

📋 copy color: '#423605'

red 66 ◦ green 54 ◦ blue 5

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

Shades of Madras #423605

Tints of Madras #423605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4%

R = 52.8%
G = 43.2%
B = 4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.74

RGB Variations

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

Color information

#423605 (or 0x423605) is known color: Madras. HEX triplet: 42, 36 and 05. RGB value is (66,54,5). Sum of RGB (Red+Green+Blue) = 66+54+5=125 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.8% from 125); Green value is 54 (21.48% from 255 or 43.2% from 125); Blue value is 5 (2.34% from 255 or 4% from 125); Max value from RGB is 66 - color contains mainly: red. Hex color #423605 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423605 is #BDC9FA. Grayscale: #343434. Windows color (decimal): -12438011 or 341570. OLE color: 341570.

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

Color convert

RGB 66 54 5 -
CMYK 0 0.18 0.92 0.74
HSL 48.2º 0.86% 0.14% -
HSV(B) 48.2º 0.92% 0.26% -
XYZ 3.59 3.81 0.69 -
YUV 52 101.48 137.98 -
System Red Green Blue C M Y K H S L
Decimal 66 54 5 0 0.18 0.92 0.74 48.2 0.86 0.14
Hex 42 36 5 0 12 5C 4A 30 56 E
Octal 102 66 5 0 22 134 112 60 126 16
Binary 1000010 110110 101 0 10010 1011100 1001010 110000 1010110 1110

Color Harmonies of #423605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423605

Black with #423605

Text Example


Text Example

White with #423605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423605; }

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

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

background-color css

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

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

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

border-color css

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

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

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