Html Css Color HEX #423D12 Madras

📋 copy color: '#423D12'

red 66 ◦ green 61 ◦ blue 18

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

Shades of Madras #423D12

Tints of Madras #423D12

RGB

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

 GREEN value IS 61 (24.22% from 255) = 42.07%

 BLUE value IS 18 (7.42% from 255) = 12.41%

R = 45.52%
G = 42.07%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#423D12 (or 0x423D12) is known color: Madras. HEX triplet: 42, 3D and 12. RGB value is (66,61,18). Sum of RGB (Red+Green+Blue) = 66+61+18=145 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.52% from 145); Green value is 61 (24.22% from 255 or 42.07% from 145); Blue value is 18 (7.42% from 255 or 12.41% from 145); Max value from RGB is 66 - color contains mainly: red. Hex color #423D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423D12 is #BDC2ED. Grayscale: #393939. Windows color (decimal): -12436206 or 1195330. OLE color: 1195330.

HSL color Cylindrical-coordinate representation of color #423D12: hue angle of 53.75º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #423D12 is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 61 18 -
CMYK 0 0.08 0.73 0.74
HSL 53.75º 0.57% 0.16% -
HSV(B) 53.75º 0.73% 0.26% -
XYZ 4.02 4.54 1.24 -
YUV 57.59 105.66 134 -
System Red Green Blue C M Y K H S L
Decimal 66 61 18 0 0.08 0.73 0.74 53.75 0.57 0.16
Hex 42 3D 12 0 8 49 4A 36 39 10
Octal 102 75 22 0 10 111 112 66 71 20
Binary 1000010 111101 10010 0 1000 1001001 1001010 110110 111001 10000

Color Harmonies of #423D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423D12

Black with #423D12

Text Example


Text Example

White with #423D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,61,18); }

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

background-color css

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

 a { background-color: rgb(66,61,18); }

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

border-color css

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

 span { border-color: rgb(66,61,18); }

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