Html Css Color HEX #423F1A Madras

📋 copy color: '#423F1A'

red 66 ◦ green 63 ◦ blue 26

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

Shades of Madras #423F1A

Tints of Madras #423F1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.77%

R = 42.58%
G = 40.65%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.61

 K value IS 0.74

RGB Variations

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

Color information

#423F1A (or 0x423F1A) is known color: Madras. HEX triplet: 42, 3F and 1A. RGB value is (66,63,26). Sum of RGB (Red+Green+Blue) = 66+63+26=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 63 (25% from 255 or 40.65% from 155); Blue value is 26 (10.55% from 255 or 16.77% from 155); Max value from RGB is 66 - color contains mainly: red. Hex color #423F1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423F1A is #BDC0E5. Grayscale: #3B3B3B. Windows color (decimal): -12435686 or 1720130. OLE color: 1720130.

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

Color convert

RGB 66 63 26 -
CMYK 0 0.05 0.61 0.74
HSL 55.5º 0.43% 0.18% -
HSV(B) 55.5º 0.61% 0.26% -
XYZ 4.21 4.79 1.68 -
YUV 59.68 108.99 132.51 -
System Red Green Blue C M Y K H S L
Decimal 66 63 26 0 0.05 0.61 0.74 55.5 0.43 0.18
Hex 42 3F 1A 0 5 3D 4A 38 2B 12
Octal 102 77 32 0 5 75 112 70 53 22
Binary 1000010 111111 11010 0 101 111101 1001010 111000 101011 10010

Color Harmonies of #423F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423F1A

Black with #423F1A

Text Example


Text Example

White with #423F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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