Html Css Color HEX #403B3E Barossa

📋 copy color: '#403B3E'

red 64 ◦ green 59 ◦ blue 62

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

Shades of Barossa #403B3E

Tints of Barossa #403B3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 33.51%

R = 34.59%
G = 31.89%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.03

 K value IS 0.75

RGB Variations

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

Color information

#403B3E (or 0x403B3E) is known color: Barossa. HEX triplet: 40, 3B and 3E. RGB value is (64,59,62). Sum of RGB (Red+Green+Blue) = 64+59+62=185 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.59% from 185); Green value is 59 (23.44% from 255 or 31.89% from 185); Blue value is 62 (24.61% from 255 or 33.51% from 185); Max value from RGB is 64 - color contains mainly: red. Hex color #403B3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403B3E is #BFC4C1. Grayscale: #3C3C3C. Windows color (decimal): -12567746 or 4078400. OLE color: 4078400.

HSL color Cylindrical-coordinate representation of color #403B3E: hue angle of 324º 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 #403B3E is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 59 62 -
CMYK 0 0.08 0.03 0.75
HSL 324º 0.04% 0.24% -
HSV(B) 324º 0.08% 0.25% -
XYZ 4.55 4.57 5.2 -
YUV 60.84 128.66 130.26 -
System Red Green Blue C M Y K H S L
Decimal 64 59 62 0 0.08 0.03 0.75 324 0.04 0.24
Hex 40 3B 3E 0 8 3 4B 144 4 18
Octal 100 73 76 0 10 3 113 504 4 30
Binary 1000000 111011 111110 0 1000 11 1001011 101000100 100 11000

Color Harmonies of #403B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403B3E

Black with #403B3E

Text Example


Text Example

White with #403B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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