Html Css Color HEX #443C0A Madras

📋 copy color: '#443C0A'

red 68 ◦ green 60 ◦ blue 10

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

Shades of Madras #443C0A

Tints of Madras #443C0A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 43.48%

 BLUE value IS 10 (4.3% from 255) = 7.25%

R = 49.28%
G = 43.48%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.85

 K value IS 0.73

RGB Variations

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

Color information

#443C0A (or 0x443C0A) is known color: Madras. HEX triplet: 44, 3C and 0A. RGB value is (68,60,10). Sum of RGB (Red+Green+Blue) = 68+60+10=138 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.28% from 138); Green value is 60 (23.83% from 255 or 43.48% from 138); Blue value is 10 (4.30% from 255 or 7.25% from 138); Max value from RGB is 68 - color contains mainly: red. Hex color #443C0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443C0A is #BBC3F5. Grayscale: #383838. Windows color (decimal): -12305398 or 670788. OLE color: 670788.

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

Color convert

RGB 68 60 10 -
CMYK 0 0.12 0.85 0.73
HSL 51.72º 0.74% 0.15% -
HSV(B) 51.72º 0.85% 0.27% -
XYZ 4.05 4.48 0.94 -
YUV 56.69 101.65 136.07 -
System Red Green Blue C M Y K H S L
Decimal 68 60 10 0 0.12 0.85 0.73 51.72 0.74 0.15
Hex 44 3C A 0 C 55 49 34 4A F
Octal 104 74 12 0 14 125 111 64 112 17
Binary 1000100 111100 1010 0 1100 1010101 1001001 110100 1001010 1111

Color Harmonies of #443C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443C0A

Black with #443C0A

Text Example


Text Example

White with #443C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,60,10); }

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

background-color css

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

 a { background-color: rgb(68,60,10); }

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

border-color css

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

 span { border-color: rgb(68,60,10); }

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