Html Css Color HEX #423F06 Madras

📋 copy color: '#423F06'

red 66 ◦ green 63 ◦ blue 6

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

Shades of Madras #423F06

Tints of Madras #423F06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.44%

R = 48.89%
G = 46.67%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.74

RGB Variations

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

Color information

#423F06 (or 0x423F06) is known color: Madras. HEX triplet: 42, 3F and 06. RGB value is (66,63,6). Sum of RGB (Red+Green+Blue) = 66+63+6=135 (17% of max value = 765). Red value is 66 (26.17% from 255 or 48.89% from 135); Green value is 63 (25% from 255 or 46.67% from 135); Blue value is 6 (2.73% from 255 or 4.44% from 135); Max value from RGB is 66 - color contains mainly: red. Hex color #423F06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423F06 is #BDC0F9. Grayscale: #393939. Windows color (decimal): -12435706 or 409410. OLE color: 409410.

HSL color Cylindrical-coordinate representation of color #423F06: hue angle of 57º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #423F06 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 63 6 -
CMYK 0 0.05 0.91 0.74
HSL 57º 0.83% 0.14% -
HSV(B) 57º 0.91% 0.26% -
XYZ 4.06 4.73 0.87 -
YUV 57.4 98.99 134.13 -
System Red Green Blue C M Y K H S L
Decimal 66 63 6 0 0.05 0.91 0.74 57 0.83 0.14
Hex 42 3F 6 0 5 5B 4A 39 53 E
Octal 102 77 6 0 5 133 112 71 123 16
Binary 1000010 111111 110 0 101 1011011 1001010 111001 1010011 1110

Color Harmonies of #423F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423F06

Black with #423F06

Text Example


Text Example

White with #423F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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