Html Css Color HEX #443A0D Madras

📋 copy color: '#443A0D'

red 68 ◦ green 58 ◦ blue 13

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

Shades of Madras #443A0D

Tints of Madras #443A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.35%

R = 48.92%
G = 41.73%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.73

RGB Variations

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

Color information

#443A0D (or 0x443A0D) is known color: Madras. HEX triplet: 44, 3A and 0D. RGB value is (68,58,13). Sum of RGB (Red+Green+Blue) = 68+58+13=139 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.92% from 139); Green value is 58 (23.05% from 255 or 41.73% from 139); Blue value is 13 (5.47% from 255 or 9.35% from 139); Max value from RGB is 68 - color contains mainly: red. Hex color #443A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443A0D is #BBC5F2. Grayscale: #383838. Windows color (decimal): -12305907 or 866884. OLE color: 866884.

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

Color convert

RGB 68 58 13 -
CMYK 0 0.15 0.81 0.73
HSL 49.09º 0.68% 0.16% -
HSV(B) 49.09º 0.81% 0.27% -
XYZ 3.97 4.28 1 -
YUV 55.86 103.81 136.66 -
System Red Green Blue C M Y K H S L
Decimal 68 58 13 0 0.15 0.81 0.73 49.09 0.68 0.16
Hex 44 3A D 0 F 51 49 31 44 10
Octal 104 72 15 0 17 121 111 61 104 20
Binary 1000100 111010 1101 0 1111 1010001 1001001 110001 1000100 10000

Color Harmonies of #443A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443A0D

Black with #443A0D

Text Example


Text Example

White with #443A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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