Html Css Color HEX #443D0B Madras

📋 copy color: '#443D0B'

red 68 ◦ green 61 ◦ blue 11

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

Shades of Madras #443D0B

Tints of Madras #443D0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.86%

R = 48.57%
G = 43.57%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.73

RGB Variations

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

Color information

#443D0B (or 0x443D0B) is known color: Madras. HEX triplet: 44, 3D and 0B. RGB value is (68,61,11). Sum of RGB (Red+Green+Blue) = 68+61+11=140 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.57% from 140); Green value is 61 (24.22% from 255 or 43.57% from 140); Blue value is 11 (4.69% from 255 or 7.86% from 140); Max value from RGB is 68 - color contains mainly: red. Hex color #443D0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443D0B is #BBC2F4. Grayscale: #393939. Windows color (decimal): -12305141 or 736580. OLE color: 736580.

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

Color convert

RGB 68 61 11 -
CMYK 0 0.10 0.84 0.73
HSL 52.63º 0.72% 0.15% -
HSV(B) 52.63º 0.84% 0.27% -
XYZ 4.11 4.59 0.99 -
YUV 57.39 101.82 135.57 -
System Red Green Blue C M Y K H S L
Decimal 68 61 11 0 0.10 0.84 0.73 52.63 0.72 0.15
Hex 44 3D B 0 A 54 49 35 48 F
Octal 104 75 13 0 12 124 111 65 110 17
Binary 1000100 111101 1011 0 1010 1010100 1001001 110101 1001000 1111

Color Harmonies of #443D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443D0B

Black with #443D0B

Text Example


Text Example

White with #443D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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