Html Css Color HEX #443B3E Barossa

📋 copy color: '#443B3E'

red 68 ◦ green 59 ◦ blue 62

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

Shades of Barossa #443B3E

Tints of Barossa #443B3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 32.8%

R = 35.98%
G = 31.22%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.73

RGB Variations

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

Color information

#443B3E (or 0x443B3E) is known color: Barossa. HEX triplet: 44, 3B and 3E. RGB value is (68,59,62). Sum of RGB (Red+Green+Blue) = 68+59+62=189 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.98% from 189); Green value is 59 (23.44% from 255 or 31.22% from 189); Blue value is 62 (24.61% from 255 or 32.80% from 189); Max value from RGB is 68 - color contains mainly: red. Hex color #443B3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443B3E is #BBC4C1. Grayscale: #3E3E3E. Windows color (decimal): -12305602 or 4078404. OLE color: 4078404.

HSL color Cylindrical-coordinate representation of color #443B3E: hue angle of 340º degrees, saturation: 0.07, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #443B3E is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 59 62 -
CMYK 0 0.13 0.09 0.73
HSL 340º 0.07% 0.25% -
HSV(B) 340º 0.13% 0.27% -
XYZ 4.82 4.7 5.21 -
YUV 62.03 127.98 132.26 -
System Red Green Blue C M Y K H S L
Decimal 68 59 62 0 0.13 0.09 0.73 340 0.07 0.25
Hex 44 3B 3E 0 D 9 49 154 7 19
Octal 104 73 76 0 15 11 111 524 7 31
Binary 1000100 111011 111110 0 1101 1001 1001001 101010100 111 11001

Color Harmonies of #443B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443B3E

Black with #443B3E

Text Example


Text Example

White with #443B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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