Html Css Color HEX #44380F Madras

📋 copy color: '#44380F'

red 68 ◦ green 56 ◦ blue 15

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

Shades of Madras #44380F

Tints of Madras #44380F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 40.29%

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

R = 48.92%
G = 40.29%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.78

 K value IS 0.73

RGB Variations

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

Color information

#44380F (or 0x44380F) is known color: Madras. HEX triplet: 44, 38 and 0F. RGB value is (68,56,15). Sum of RGB (Red+Green+Blue) = 68+56+15=139 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.92% from 139); Green value is 56 (22.27% from 255 or 40.29% from 139); Blue value is 15 (6.25% from 255 or 10.79% from 139); Max value from RGB is 68 - color contains mainly: red. Hex color #44380F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44380F is #BBC7F0. Grayscale: #373737. Windows color (decimal): -12306417 or 997444. OLE color: 997444.

HSL color Cylindrical-coordinate representation of color #44380F: hue angle of 46.42º 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 #44380F is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 56 15 -
CMYK 0 0.18 0.78 0.73
HSL 46.42º 0.64% 0.16% -
HSV(B) 46.42º 0.78% 0.27% -
XYZ 3.88 4.09 1.04 -
YUV 54.91 105.48 137.33 -
System Red Green Blue C M Y K H S L
Decimal 68 56 15 0 0.18 0.78 0.73 46.42 0.64 0.16
Hex 44 38 F 0 12 4E 49 2E 40 10
Octal 104 70 17 0 22 116 111 56 100 20
Binary 1000100 111000 1111 0 10010 1001110 1001001 101110 1000000 10000

Color Harmonies of #44380F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44380F

Black with #44380F

Text Example


Text Example

White with #44380F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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