Html Css Color HEX #443D0C Madras

📋 copy color: '#443D0C'

red 68 ◦ green 61 ◦ blue 12

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

Shades of Madras #443D0C

Tints of Madras #443D0C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 43.26%

 BLUE value IS 12 (5.08% from 255) = 8.51%

R = 48.23%
G = 43.26%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.73

RGB Variations

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

Color information

#443D0C (or 0x443D0C) is known color: Madras. HEX triplet: 44, 3D and 0C. RGB value is (68,61,12). Sum of RGB (Red+Green+Blue) = 68+61+12=141 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.23% from 141); Green value is 61 (24.22% from 255 or 43.26% from 141); Blue value is 12 (5.08% from 255 or 8.51% from 141); Max value from RGB is 68 - color contains mainly: red. Hex color #443D0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443D0C is #BBC2F3. Grayscale: #393939. Windows color (decimal): -12305140 or 802116. OLE color: 802116.

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

Color convert

RGB 68 61 12 -
CMYK 0 0.10 0.82 0.73
HSL 52.5º 0.7% 0.16% -
HSV(B) 52.5º 0.82% 0.27% -
XYZ 4.12 4.59 1.02 -
YUV 57.51 102.32 135.48 -
System Red Green Blue C M Y K H S L
Decimal 68 61 12 0 0.10 0.82 0.73 52.5 0.7 0.16
Hex 44 3D C 0 A 52 49 34 46 10
Octal 104 75 14 0 12 122 111 64 106 20
Binary 1000100 111101 1100 0 1010 1010010 1001001 110100 1000110 10000

Color Harmonies of #443D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443D0C

Black with #443D0C

Text Example


Text Example

White with #443D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,61,12); }

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

background-color css

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

 a { background-color: rgb(68,61,12); }

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

border-color css

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

 span { border-color: rgb(68,61,12); }

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