Html Css Color HEX #443B0E Madras

📋 copy color: '#443B0E'

red 68 ◦ green 59 ◦ blue 14

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

Shades of Madras #443B0E

Tints of Madras #443B0E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 41.84%

 BLUE value IS 14 (5.86% from 255) = 9.93%

R = 48.23%
G = 41.84%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.79

 K value IS 0.73

RGB Variations

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

Color information

#443B0E (or 0x443B0E) is known color: Madras. HEX triplet: 44, 3B and 0E. RGB value is (68,59,14). Sum of RGB (Red+Green+Blue) = 68+59+14=141 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.23% from 141); Green value is 59 (23.44% from 255 or 41.84% from 141); Blue value is 14 (5.86% from 255 or 9.93% from 141); Max value from RGB is 68 - color contains mainly: red. Hex color #443B0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443B0E is #BBC4F1. Grayscale: #383838. Windows color (decimal): -12305650 or 932676. OLE color: 932676.

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

Color convert

RGB 68 59 14 -
CMYK 0 0.13 0.79 0.73
HSL 50º 0.66% 0.16% -
HSV(B) 50º 0.79% 0.27% -
XYZ 4.03 4.39 1.05 -
YUV 56.56 103.98 136.16 -
System Red Green Blue C M Y K H S L
Decimal 68 59 14 0 0.13 0.79 0.73 50 0.66 0.16
Hex 44 3B E 0 D 4F 49 32 42 10
Octal 104 73 16 0 15 117 111 62 102 20
Binary 1000100 111011 1110 0 1101 1001111 1001001 110010 1000010 10000

Color Harmonies of #443B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443B0E

Black with #443B0E

Text Example


Text Example

White with #443B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,59,14); }

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

background-color css

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

 a { background-color: rgb(68,59,14); }

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

border-color css

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

 span { border-color: rgb(68,59,14); }

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