Html Css Color HEX #403B3D Barossa

📋 copy color: '#403B3D'

red 64 ◦ green 59 ◦ blue 61

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

Shades of Barossa #403B3D

Tints of Barossa #403B3D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 32.07%

 BLUE value IS 61 (24.22% from 255) = 33.15%

R = 34.78%
G = 32.07%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.05

 K value IS 0.75

RGB Variations

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

Color information

#403B3D (or 0x403B3D) is known color: Barossa. HEX triplet: 40, 3B and 3D. RGB value is (64,59,61). Sum of RGB (Red+Green+Blue) = 64+59+61=184 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.78% from 184); Green value is 59 (23.44% from 255 or 32.07% from 184); Blue value is 61 (24.22% from 255 or 33.15% from 184); Max value from RGB is 64 - color contains mainly: red. Hex color #403B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403B3D is #BFC4C2. Grayscale: #3C3C3C. Windows color (decimal): -12567747 or 4012864. OLE color: 4012864.

HSL color Cylindrical-coordinate representation of color #403B3D: hue angle of 336º degrees, saturation: 0.04, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #403B3D is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 59 61 -
CMYK 0 0.08 0.05 0.75
HSL 336º 0.04% 0.24% -
HSV(B) 336º 0.08% 0.25% -
XYZ 4.52 4.55 5.06 -
YUV 60.72 128.16 130.34 -
System Red Green Blue C M Y K H S L
Decimal 64 59 61 0 0.08 0.05 0.75 336 0.04 0.24
Hex 40 3B 3D 0 8 5 4B 150 4 18
Octal 100 73 75 0 10 5 113 520 4 30
Binary 1000000 111011 111101 0 1000 101 1001011 101010000 100 11000

Color Harmonies of #403B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403B3D

Black with #403B3D

Text Example


Text Example

White with #403B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403B3D; }

 p { color: rgb(64,59,61); }

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

background-color css

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

 a { background-color: rgb(64,59,61); }

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

border-color css

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

 span { border-color: rgb(64,59,61); }

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