Html Css Color HEX #423539 Barossa

📋 copy color: '#423539'

red 66 ◦ green 53 ◦ blue 57

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

Shades of Barossa #423539

Tints of Barossa #423539

RGB

 RED value IS 66 (26.17% from 255) = 37.5%

 GREEN value IS 53 (21.09% from 255) = 30.11%

 BLUE value IS 57 (22.66% from 255) = 32.39%

R = 37.5%
G = 30.11%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.74

RGB Variations

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

Color information

#423539 (or 0x423539) is known color: Barossa. HEX triplet: 42, 35 and 39. RGB value is (66,53,57). Sum of RGB (Red+Green+Blue) = 66+53+57=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 53 (21.09% from 255 or 30.11% from 176); Blue value is 57 (22.66% from 255 or 32.39% from 176); Max value from RGB is 66 - color contains mainly: red. Hex color #423539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423539 is #BDCAC6. Grayscale: #393939. Windows color (decimal): -12438215 or 3749186. OLE color: 3749186.

HSL color Cylindrical-coordinate representation of color #423539: hue angle of 341.54º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #423539 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 53 57 -
CMYK 0 0.20 0.14 0.74
HSL 341.54º 0.11% 0.23% -
HSV(B) 341.54º 0.2% 0.26% -
XYZ 4.26 4 4.42 -
YUV 57.34 127.81 134.17 -
System Red Green Blue C M Y K H S L
Decimal 66 53 57 0 0.20 0.14 0.74 341.54 0.11 0.23
Hex 42 35 39 0 14 E 4A 156 B 17
Octal 102 65 71 0 24 16 112 526 13 27
Binary 1000010 110101 111001 0 10100 1110 1001010 101010110 1011 10111

Color Harmonies of #423539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423539

Black with #423539

Text Example


Text Example

White with #423539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423539; }

 p { color: rgb(66,53,57); }

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

background-color css

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

 a { background-color: rgb(66,53,57); }

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

border-color css

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

 span { border-color: rgb(66,53,57); }

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