Html Css Color HEX #443A0B Madras

📋 copy color: '#443A0B'

red 68 ◦ green 58 ◦ blue 11

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

Shades of Madras #443A0B

Tints of Madras #443A0B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 42.34%

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

R = 49.64%
G = 42.34%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.73

RGB Variations

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

Color information

#443A0B (or 0x443A0B) is known color: Madras. HEX triplet: 44, 3A and 0B. RGB value is (68,58,11). Sum of RGB (Red+Green+Blue) = 68+58+11=137 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.64% from 137); Green value is 58 (23.05% from 255 or 42.34% from 137); Blue value is 11 (4.69% from 255 or 8.03% from 137); Max value from RGB is 68 - color contains mainly: red. Hex color #443A0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443A0B is #BBC5F4. Grayscale: #373737. Windows color (decimal): -12305909 or 735812. OLE color: 735812.

HSL color Cylindrical-coordinate representation of color #443A0B: hue angle of 49.47º 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 #443A0B is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 58 11 -
CMYK 0 0.15 0.84 0.73
HSL 49.47º 0.72% 0.15% -
HSV(B) 49.47º 0.84% 0.27% -
XYZ 3.96 4.28 0.93 -
YUV 55.63 102.81 136.82 -
System Red Green Blue C M Y K H S L
Decimal 68 58 11 0 0.15 0.84 0.73 49.47 0.72 0.15
Hex 44 3A B 0 F 54 49 31 48 F
Octal 104 72 13 0 17 124 111 61 110 17
Binary 1000100 111010 1011 0 1111 1010100 1001001 110001 1001000 1111

Color Harmonies of #443A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443A0B

Black with #443A0B

Text Example


Text Example

White with #443A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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