Html Css Color HEX #443D00 Madras

📋 copy color: '#443D00'

red 68 ◦ green 61 ◦ blue 0

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

Shades of Madras #443D00

Tints of Madras #443D00

RGB

 RED value IS 68 (26.95% from 255) = 52.71%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.71%
G = 47.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#443D00 (or 0x443D00) is known color: Madras. HEX triplet: 44, 3D and 00. RGB value is (68,61,0). Sum of RGB (Red+Green+Blue) = 68+61+0=129 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.71% from 129); Green value is 61 (24.22% from 255 or 47.29% from 129); Blue value is 0 (0.39% from 255 or 0% from 129); Max value from RGB is 68 - color contains mainly: red. Hex color #443D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443D00 is #BBC2FF. Grayscale: #383838. Windows color (decimal): -12305152 or 15684. OLE color: 15684.

HSL color Cylindrical-coordinate representation of color #443D00: hue angle of 53.82º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #443D00 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 61 0 -
CMYK 0 0.10 1 0.73
HSL 53.82º 1% 0.13% -
HSV(B) 53.82º 1% 0.27% -
XYZ 4.05 4.57 0.67 -
YUV 56.14 96.32 136.46 -
System Red Green Blue C M Y K H S L
Decimal 68 61 0 0 0.10 1 0.73 53.82 1 0.13
Hex 44 3D 0 0 A 64 49 36 64 D
Octal 104 75 0 0 12 144 111 66 144 15
Binary 1000100 111101 0 0 1010 1100100 1001001 110110 1100100 1101

Color Harmonies of #443D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443D00

Black with #443D00

Text Example


Text Example

White with #443D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443D00; }

 p { color: rgb(68,61,0); }

 H1.HeaderClassName
 {
   color: #443D00;
 }
 .AnyTagClassName
 {
   color: #443D00;
 }
</style>

background-color css

<style>
 a { background-color: #443D00; }

 a { background-color: rgb(68,61,0); }

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

border-color css

<style>
 span { border-color: #443D00; }

 span { border-color: rgb(68,61,0); }

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