Html Css Color HEX #423E00 Madras

📋 copy color: '#423E00'

red 66 ◦ green 62 ◦ blue 0

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

Shades of Madras #423E00

Tints of Madras #423E00

RGB

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

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

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

R = 51.56%
G = 48.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.74

RGB Variations

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

Color information

#423E00 (or 0x423E00) is known color: Madras. HEX triplet: 42, 3E and 00. RGB value is (66,62,0). Sum of RGB (Red+Green+Blue) = 66+62+0=128 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.56% from 128); Green value is 62 (24.61% from 255 or 48.44% from 128); Blue value is 0 (0.39% from 255 or 0% from 128); Max value from RGB is 66 - color contains mainly: red. Hex color #423E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423E00 is #BDC1FF. Grayscale: #383838. Windows color (decimal): -12435968 or 15938. OLE color: 15938.

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

Color convert

RGB 66 62 0 -
CMYK 0 0.06 1 0.74
HSL 56.36º 1% 0.13% -
HSV(B) 56.36º 1% 0.26% -
XYZ 3.97 4.6 0.68 -
YUV 56.13 96.33 135.04 -
System Red Green Blue C M Y K H S L
Decimal 66 62 0 0 0.06 1 0.74 56.36 1 0.13
Hex 42 3E 0 0 6 64 4A 38 64 D
Octal 102 76 0 0 6 144 112 70 144 15
Binary 1000010 111110 0 0 110 1100100 1001010 111000 1100100 1101

Color Harmonies of #423E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423E00

Black with #423E00

Text Example


Text Example

White with #423E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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