Html Css Color HEX #423D03 Madras

📋 copy color: '#423D03'

red 66 ◦ green 61 ◦ blue 3

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

Shades of Madras #423D03

Tints of Madras #423D03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.31%

R = 50.77%
G = 46.92%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.95

 K value IS 0.74

RGB Variations

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

Color information

#423D03 (or 0x423D03) is known color: Madras. HEX triplet: 42, 3D and 03. RGB value is (66,61,3). Sum of RGB (Red+Green+Blue) = 66+61+3=130 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.77% from 130); Green value is 61 (24.22% from 255 or 46.92% from 130); Blue value is 3 (1.56% from 255 or 2.31% from 130); Max value from RGB is 66 - color contains mainly: red. Hex color #423D03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423D03 is #BDC2FC. Grayscale: #383838. Windows color (decimal): -12436221 or 212290. OLE color: 212290.

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

Color convert

RGB 66 61 3 -
CMYK 0 0.08 0.95 0.74
HSL 55.24º 0.91% 0.14% -
HSV(B) 55.24º 0.95% 0.26% -
XYZ 3.93 4.5 0.75 -
YUV 55.88 98.16 135.22 -
System Red Green Blue C M Y K H S L
Decimal 66 61 3 0 0.08 0.95 0.74 55.24 0.91 0.14
Hex 42 3D 3 0 8 5F 4A 37 5B E
Octal 102 75 3 0 10 137 112 67 133 16
Binary 1000010 111101 11 0 1000 1011111 1001010 110111 1011011 1110

Color Harmonies of #423D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423D03

Black with #423D03

Text Example


Text Example

White with #423D03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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