Html Css Color HEX #423E01 Madras

📋 copy color: '#423E01'

red 66 ◦ green 62 ◦ blue 1

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

Shades of Madras #423E01

Tints of Madras #423E01

RGB

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

 GREEN value IS 62 (24.61% from 255) = 48.06%

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

R = 51.16%
G = 48.06%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.74

RGB Variations

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

Color information

#423E01 (or 0x423E01) is known color: Madras. HEX triplet: 42, 3E and 01. RGB value is (66,62,1). Sum of RGB (Red+Green+Blue) = 66+62+1=129 (17% of max value = 765). Red value is 66 (26.17% from 255 or 51.16% from 129); Green value is 62 (24.61% from 255 or 48.06% from 129); Blue value is 1 (0.78% from 255 or 0.78% from 129); Max value from RGB is 66 - color contains mainly: red. Hex color #423E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423E01 is #BDC1FE. Grayscale: #383838. Windows color (decimal): -12435967 or 81474. OLE color: 81474.

HSL color Cylindrical-coordinate representation of color #423E01: hue angle of 56.31º 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 #423E01 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 62 1 -
CMYK 0 0.06 0.98 0.74
HSL 56.31º 0.97% 0.13% -
HSV(B) 56.31º 0.98% 0.26% -
XYZ 3.97 4.61 0.71 -
YUV 56.24 96.83 134.96 -
System Red Green Blue C M Y K H S L
Decimal 66 62 1 0 0.06 0.98 0.74 56.31 0.97 0.13
Hex 42 3E 1 0 6 62 4A 38 61 D
Octal 102 76 1 0 6 142 112 70 141 15
Binary 1000010 111110 1 0 110 1100010 1001010 111000 1100001 1101

Color Harmonies of #423E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423E01

Black with #423E01

Text Example


Text Example

White with #423E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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