Html Css Color HEX #443A1B Madras

📋 copy color: '#443A1B'

red 68 ◦ green 58 ◦ blue 27

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

Shades of Madras #443A1B

Tints of Madras #443A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 17.65%

R = 44.44%
G = 37.91%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.60

 K value IS 0.73

RGB Variations

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

Color information

#443A1B (or 0x443A1B) is known color: Madras. HEX triplet: 44, 3A and 1B. RGB value is (68,58,27). Sum of RGB (Red+Green+Blue) = 68+58+27=153 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.44% from 153); Green value is 58 (23.05% from 255 or 37.91% from 153); Blue value is 27 (10.94% from 255 or 17.65% from 153); Max value from RGB is 68 - color contains mainly: red. Hex color #443A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443A1B is #BBC5E4. Grayscale: #393939. Windows color (decimal): -12305893 or 1784388. OLE color: 1784388.

HSL color Cylindrical-coordinate representation of color #443A1B: hue angle of 45.37º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #443A1B is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 58 27 -
CMYK 0 0.15 0.60 0.73
HSL 45.37º 0.43% 0.19% -
HSV(B) 45.37º 0.6% 0.27% -
XYZ 4.09 4.33 1.66 -
YUV 57.46 110.81 135.52 -
System Red Green Blue C M Y K H S L
Decimal 68 58 27 0 0.15 0.60 0.73 45.37 0.43 0.19
Hex 44 3A 1B 0 F 3C 49 2D 2B 13
Octal 104 72 33 0 17 74 111 55 53 23
Binary 1000100 111010 11011 0 1111 111100 1001001 101101 101011 10011

Color Harmonies of #443A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443A1B

Black with #443A1B

Text Example


Text Example

White with #443A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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