Html Css Color HEX #443B0C Madras

📋 copy color: '#443B0C'

red 68 ◦ green 59 ◦ blue 12

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

Shades of Madras #443B0C

Tints of Madras #443B0C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 42.45%

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

R = 48.92%
G = 42.45%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0.73

RGB Variations

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

Color information

#443B0C (or 0x443B0C) is known color: Madras. HEX triplet: 44, 3B and 0C. RGB value is (68,59,12). Sum of RGB (Red+Green+Blue) = 68+59+12=139 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.92% from 139); Green value is 59 (23.44% from 255 or 42.45% from 139); Blue value is 12 (5.08% from 255 or 8.63% from 139); Max value from RGB is 68 - color contains mainly: red. Hex color #443B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443B0C is #BBC4F3. Grayscale: #383838. Windows color (decimal): -12305652 or 801604. OLE color: 801604.

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

Color convert

RGB 68 59 12 -
CMYK 0 0.13 0.82 0.73
HSL 50.36º 0.7% 0.16% -
HSV(B) 50.36º 0.82% 0.27% -
XYZ 4.01 4.38 0.98 -
YUV 56.33 102.98 136.32 -
System Red Green Blue C M Y K H S L
Decimal 68 59 12 0 0.13 0.82 0.73 50.36 0.7 0.16
Hex 44 3B C 0 D 52 49 32 46 10
Octal 104 73 14 0 15 122 111 62 106 20
Binary 1000100 111011 1100 0 1101 1010010 1001001 110010 1000110 10000

Color Harmonies of #443B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443B0C

Black with #443B0C

Text Example


Text Example

White with #443B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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