Html Css Color HEX #423F1D Madras

📋 copy color: '#423F1D'

red 66 ◦ green 63 ◦ blue 29

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

Shades of Madras #423F1D

Tints of Madras #423F1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 18.35%

R = 41.77%
G = 39.87%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.56

 K value IS 0.74

RGB Variations

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

Color information

#423F1D (or 0x423F1D) is known color: Madras. HEX triplet: 42, 3F and 1D. RGB value is (66,63,29). Sum of RGB (Red+Green+Blue) = 66+63+29=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 63 (25% from 255 or 39.87% from 158); Blue value is 29 (11.72% from 255 or 18.35% from 158); Max value from RGB is 66 - color contains mainly: red. Hex color #423F1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423F1D is #BDC0E2. Grayscale: #3C3C3C. Windows color (decimal): -12435683 or 1916738. OLE color: 1916738.

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

Color convert

RGB 66 63 29 -
CMYK 0 0.05 0.56 0.74
HSL 55.14º 0.39% 0.19% -
HSV(B) 55.14º 0.56% 0.26% -
XYZ 4.25 4.8 1.87 -
YUV 60.02 110.49 132.26 -
System Red Green Blue C M Y K H S L
Decimal 66 63 29 0 0.05 0.56 0.74 55.14 0.39 0.19
Hex 42 3F 1D 0 5 38 4A 37 27 13
Octal 102 77 35 0 5 70 112 67 47 23
Binary 1000010 111111 11101 0 101 111000 1001010 110111 100111 10011

Color Harmonies of #423F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423F1D

Black with #423F1D

Text Example


Text Example

White with #423F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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