Html Css Color HEX #423239 Barossa

📋 copy color: '#423239'

red 66 ◦ green 50 ◦ blue 57

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

Shades of Barossa #423239

Tints of Barossa #423239

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.9%

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

R = 38.15%
G = 28.9%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.14

 K value IS 0.74

RGB Variations

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

Color information

#423239 (or 0x423239) is known color: Barossa. HEX triplet: 42, 32 and 39. RGB value is (66,50,57). Sum of RGB (Red+Green+Blue) = 66+50+57=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 57 (22.66% from 255 or 32.95% from 173); Max value from RGB is 66 - color contains mainly: red. Hex color #423239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423239 is #BDCDC6. Grayscale: #373737. Windows color (decimal): -12438983 or 3748418. OLE color: 3748418.

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

Color convert

RGB 66 50 57 -
CMYK 0 0.24 0.14 0.74
HSL 333.75º 0.14% 0.23% -
HSV(B) 333.75º 0.24% 0.26% -
XYZ 4.13 3.73 4.37 -
YUV 55.58 128.8 135.43 -
System Red Green Blue C M Y K H S L
Decimal 66 50 57 0 0.24 0.14 0.74 333.75 0.14 0.23
Hex 42 32 39 0 18 E 4A 14E E 17
Octal 102 62 71 0 30 16 112 516 16 27
Binary 1000010 110010 111001 0 11000 1110 1001010 101001110 1110 10111

Color Harmonies of #423239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423239

Black with #423239

Text Example


Text Example

White with #423239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423239; }

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

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

background-color css

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

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

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

border-color css

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

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

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