Html Css Color HEX #402D38 Barossa

📋 copy color: '#402D38'

red 64 ◦ green 45 ◦ blue 56

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

Shades of Barossa #402D38

Tints of Barossa #402D38

RGB

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

 GREEN value IS 45 (17.97% from 255) = 27.27%

 BLUE value IS 56 (22.27% from 255) = 33.94%

R = 38.79%
G = 27.27%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.75

RGB Variations

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

Color information

#402D38 (or 0x402D38) is known color: Barossa. HEX triplet: 40, 2D and 38. RGB value is (64,45,56). Sum of RGB (Red+Green+Blue) = 64+45+56=165 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.79% from 165); Green value is 45 (17.97% from 255 or 27.27% from 165); Blue value is 56 (22.27% from 255 or 33.94% from 165); Max value from RGB is 64 - color contains mainly: red. Hex color #402D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402D38 is #BFD2C7. Grayscale: #333333. Windows color (decimal): -12571336 or 3681600. OLE color: 3681600.

HSL color Cylindrical-coordinate representation of color #402D38: hue angle of 325.26º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #402D38 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 45 56 -
CMYK 0 0.30 0.13 0.75
HSL 325.26º 0.17% 0.21% -
HSV(B) 325.26º 0.3% 0.25% -
XYZ 3.77 3.25 4.17 -
YUV 51.94 130.29 136.61 -
System Red Green Blue C M Y K H S L
Decimal 64 45 56 0 0.30 0.13 0.75 325.26 0.17 0.21
Hex 40 2D 38 0 1E D 4B 145 11 15
Octal 100 55 70 0 36 15 113 505 21 25
Binary 1000000 101101 111000 0 11110 1101 1001011 101000101 10001 10101

Color Harmonies of #402D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402D38

Black with #402D38

Text Example


Text Example

White with #402D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402D38; }

 p { color: rgb(64,45,56); }

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

background-color css

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

 a { background-color: rgb(64,45,56); }

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

border-color css

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

 span { border-color: rgb(64,45,56); }

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