#44363E

Color #44363E Barossa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barossa #44363E

Tints of Barossa #44363E

Color information

#44363E (or 0x44363E) is unknown color: approx Barossa. HEX triplet: 44, 36 and 3E. RGB value is (68,54,62). Sum of RGB (Red+Green+Blue) = 68+54+62=184 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.96% from 184); Green value is 54 (21.48% from 255 or 29.35% from 184); Blue value is 62 (24.61% from 255 or 33.70% from 184); Max value from RGB is 68 - color contains mainly: red. Hex color #44363E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44363E is #BBC9C1. Grayscale: #3B3B3B. Windows color (decimal): -12306882 or 4077124. OLE color: 4077124.

HSL color Cylindrical-coordinate representation of color #44363E: hue angle of 325.71º degrees, saturation: 0.11, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #44363E is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB685462-
CMYK00.210.090.73
HSL325.71º11.48%23.92%-
HSV(B)325.71º20.59%26.67%-
XYZ4.574.225.13-
YUV59.1129.64134.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.96%
GREEN value IS 54 (21.48% from 255) = 29.35%
BLUE value IS 62 (24.61% from 255) = 33.70%
R=36.96%
G=29.35%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68546200.210.090.73325.7111.4823.92
Hex44363E015949146b18
Octal1046676025111115061330
Binary100010011011011111001010110011001001101000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44363E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44363E; }

 p { color: rgb(68,54,62); }

 H1.HeaderClassName
 {
   color: #44363E;
 }
 .AnyTagClassName
 {
   color: #44363E;
 }
</style>
background-color css

<style>
 a { background-color: #44363E; }

 a { background-color: rgb(68,54,62); }

 div.DivClassName
 {
   background-color: #44363E;
 }
 .BgClassName
 {
   background-color: #44363E;
 }
</style>
border-color css

<style>
 span { border-color: #44363E; }

 span { border-color: rgb(68,54,62); }

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