Html Css Color HEX #423A1F Madras

📋 copy color: '#423A1F'

red 66 ◦ green 58 ◦ blue 31

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

Shades of Madras #423A1F

Tints of Madras #423A1F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 37.42%

 BLUE value IS 31 (12.5% from 255) = 20%

R = 42.58%
G = 37.42%
B = 20%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.74

RGB Variations

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

Color information

#423A1F (or 0x423A1F) is known color: Madras. HEX triplet: 42, 3A and 1F. RGB value is (66,58,31). Sum of RGB (Red+Green+Blue) = 66+58+31=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 58 (23.05% from 255 or 37.42% from 155); Blue value is 31 (12.5% from 255 or 20% from 155); Max value from RGB is 66 - color contains mainly: red. Hex color #423A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423A1F is #BDC5E0. Grayscale: #393939. Windows color (decimal): -12436961 or 2046530. OLE color: 2046530.

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

Color convert

RGB 66 58 31 -
CMYK 0 0.12 0.53 0.74
HSL 46.29º 0.36% 0.19% -
HSV(B) 46.29º 0.53% 0.26% -
XYZ 4.01 4.28 1.91 -
YUV 57.31 113.15 134.2 -
System Red Green Blue C M Y K H S L
Decimal 66 58 31 0 0.12 0.53 0.74 46.29 0.36 0.19
Hex 42 3A 1F 0 C 35 4A 2E 24 13
Octal 102 72 37 0 14 65 112 56 44 23
Binary 1000010 111010 11111 0 1100 110101 1001010 101110 100100 10011

Color Harmonies of #423A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423A1F

Black with #423A1F

Text Example


Text Example

White with #423A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,58,31); }

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

background-color css

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

 a { background-color: rgb(66,58,31); }

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

border-color css

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

 span { border-color: rgb(66,58,31); }

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