Html Css Color HEX #44420F Madras

📋 copy color: '#44420F'

red 68 ◦ green 66 ◦ blue 15

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

Shades of Madras #44420F

Tints of Madras #44420F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 44.3%

 BLUE value IS 15 (6.25% from 255) = 10.07%

R = 45.64%
G = 44.3%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.78

 K value IS 0.73

RGB Variations

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

Color information

#44420F (or 0x44420F) is known color: Madras. HEX triplet: 44, 42 and 0F. RGB value is (68,66,15). Sum of RGB (Red+Green+Blue) = 68+66+15=149 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.64% from 149); Green value is 66 (26.17% from 255 or 44.30% from 149); Blue value is 15 (6.25% from 255 or 10.07% from 149); Max value from RGB is 68 - color contains mainly: red. Hex color #44420F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44420F is #BBBDF0. Grayscale: #3C3C3C. Windows color (decimal): -12303857 or 1000004. OLE color: 1000004.

HSL color Cylindrical-coordinate representation of color #44420F: hue angle of 57.74º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #44420F is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 66 15 -
CMYK 0 0.03 0.78 0.73
HSL 57.74º 0.64% 0.16% -
HSV(B) 57.74º 0.78% 0.27% -
XYZ 4.42 5.16 1.22 -
YUV 60.78 102.16 133.15 -
System Red Green Blue C M Y K H S L
Decimal 68 66 15 0 0.03 0.78 0.73 57.74 0.64 0.16
Hex 44 42 F 0 3 4E 49 3A 40 10
Octal 104 102 17 0 3 116 111 72 100 20
Binary 1000100 1000010 1111 0 11 1001110 1001001 111010 1000000 10000

Color Harmonies of #44420F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44420F

Black with #44420F

Text Example


Text Example

White with #44420F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44420F; }

 p { color: rgb(68,66,15); }

 H1.HeaderClassName
 {
   color: #44420F;
 }
 .AnyTagClassName
 {
   color: #44420F;
 }
</style>

background-color css

<style>
 a { background-color: #44420F; }

 a { background-color: rgb(68,66,15); }

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

border-color css

<style>
 span { border-color: #44420F; }

 span { border-color: rgb(68,66,15); }

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