Html Css Color HEX #403037 Barossa

📋 copy color: '#403037'

red 64 ◦ green 48 ◦ blue 55

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

Shades of Barossa #403037

Tints of Barossa #403037

RGB

 RED value IS 64 (25.39% from 255) = 38.32%

 GREEN value IS 48 (19.14% from 255) = 28.74%

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

R = 38.32%
G = 28.74%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#403037 (or 0x403037) is known color: Barossa. HEX triplet: 40, 30 and 37. RGB value is (64,48,55). Sum of RGB (Red+Green+Blue) = 64+48+55=167 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.32% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 55 (21.88% from 255 or 32.93% from 167); Max value from RGB is 64 - color contains mainly: red. Hex color #403037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403037 is #BFCFC8. Grayscale: #353535. Windows color (decimal): -12570569 or 3616832. OLE color: 3616832.

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

Color convert

RGB 64 48 55 -
CMYK 0 0.25 0.14 0.75
HSL 333.75º 0.14% 0.22% -
HSV(B) 333.75º 0.25% 0.25% -
XYZ 3.86 3.48 4.08 -
YUV 53.58 128.8 135.43 -
System Red Green Blue C M Y K H S L
Decimal 64 48 55 0 0.25 0.14 0.75 333.75 0.14 0.22
Hex 40 30 37 0 19 E 4B 14E E 16
Octal 100 60 67 0 31 16 113 516 16 26
Binary 1000000 110000 110111 0 11001 1110 1001011 101001110 1110 10110

Color Harmonies of #403037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403037

Black with #403037

Text Example


Text Example

White with #403037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403037; }

 p { color: rgb(64,48,55); }

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

background-color css

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

 a { background-color: rgb(64,48,55); }

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

border-color css

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

 span { border-color: rgb(64,48,55); }

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