Html Css Color HEX #423137 Barossa

📋 copy color: '#423137'

red 66 ◦ green 49 ◦ blue 55

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

Shades of Barossa #423137

Tints of Barossa #423137

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.82%

 BLUE value IS 55 (21.88% from 255) = 32.35%

R = 38.82%
G = 28.82%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.17

 K value IS 0.74

RGB Variations

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

Color information

#423137 (or 0x423137) is known color: Barossa. HEX triplet: 42, 31 and 37. RGB value is (66,49,55). Sum of RGB (Red+Green+Blue) = 66+49+55=170 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.82% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 55 (21.88% from 255 or 32.35% from 170); Max value from RGB is 66 - color contains mainly: red. Hex color #423137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423137 is #BDCEC8. Grayscale: #363636. Windows color (decimal): -12439241 or 3617090. OLE color: 3617090.

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

Color convert

RGB 66 49 55 -
CMYK 0 0.26 0.17 0.74
HSL 338.82º 0.15% 0.23% -
HSV(B) 338.82º 0.26% 0.26% -
XYZ 4.03 3.63 4.1 -
YUV 54.77 128.13 136.01 -
System Red Green Blue C M Y K H S L
Decimal 66 49 55 0 0.26 0.17 0.74 338.82 0.15 0.23
Hex 42 31 37 0 1A 11 4A 153 F 17
Octal 102 61 67 0 32 21 112 523 17 27
Binary 1000010 110001 110111 0 11010 10001 1001010 101010011 1111 10111

Color Harmonies of #423137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423137

Black with #423137

Text Example


Text Example

White with #423137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423137; }

 p { color: rgb(66,49,55); }

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

background-color css

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

 a { background-color: rgb(66,49,55); }

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

border-color css

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

 span { border-color: rgb(66,49,55); }

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