Html Css Color HEX #423F04 Madras

📋 copy color: '#423F04'

red 66 ◦ green 63 ◦ blue 4

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

Shades of Madras #423F04

Tints of Madras #423F04

RGB

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

 GREEN value IS 63 (25% from 255) = 47.37%

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

R = 49.62%
G = 47.37%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.94

 K value IS 0.74

RGB Variations

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

Color information

#423F04 (or 0x423F04) is known color: Madras. HEX triplet: 42, 3F and 04. RGB value is (66,63,4). Sum of RGB (Red+Green+Blue) = 66+63+4=133 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.62% from 133); Green value is 63 (25% from 255 or 47.37% from 133); Blue value is 4 (1.95% from 255 or 3.01% from 133); Max value from RGB is 66 - color contains mainly: red. Hex color #423F04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423F04 is #BDC0FB. Grayscale: #393939. Windows color (decimal): -12435708 or 278338. OLE color: 278338.

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

Color convert

RGB 66 63 4 -
CMYK 0 0.05 0.94 0.74
HSL 57.1º 0.89% 0.14% -
HSV(B) 57.1º 0.94% 0.26% -
XYZ 4.05 4.72 0.81 -
YUV 57.17 97.99 134.3 -
System Red Green Blue C M Y K H S L
Decimal 66 63 4 0 0.05 0.94 0.74 57.1 0.89 0.14
Hex 42 3F 4 0 5 5E 4A 39 59 E
Octal 102 77 4 0 5 136 112 71 131 16
Binary 1000010 111111 100 0 101 1011110 1001010 111001 1011001 1110

Color Harmonies of #423F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423F04

Black with #423F04

Text Example


Text Example

White with #423F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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