Html Css Color HEX #423601 Madras

📋 copy color: '#423601'

red 66 ◦ green 54 ◦ blue 1

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

Shades of Madras #423601

Tints of Madras #423601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.83%

R = 54.55%
G = 44.63%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.74

RGB Variations

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

Color information

#423601 (or 0x423601) is known color: Madras. HEX triplet: 42, 36 and 01. RGB value is (66,54,1). Sum of RGB (Red+Green+Blue) = 66+54+1=121 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.55% from 121); Green value is 54 (21.48% from 255 or 44.63% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 66 - color contains mainly: red. Hex color #423601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423601 is #BDC9FE. Grayscale: #333333. Windows color (decimal): -12438015 or 79426. OLE color: 79426.

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

Color convert

RGB 66 54 1 -
CMYK 0 0.18 0.98 0.74
HSL 48.92º 0.97% 0.13% -
HSV(B) 48.92º 0.98% 0.26% -
XYZ 3.57 3.8 0.57 -
YUV 51.55 99.48 138.31 -
System Red Green Blue C M Y K H S L
Decimal 66 54 1 0 0.18 0.98 0.74 48.92 0.97 0.13
Hex 42 36 1 0 12 62 4A 31 61 D
Octal 102 66 1 0 22 142 112 61 141 15
Binary 1000010 110110 1 0 10010 1100010 1001010 110001 1100001 1101

Color Harmonies of #423601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423601

Black with #423601

Text Example


Text Example

White with #423601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423601; }

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

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

background-color css

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

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

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

border-color css

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

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

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