Html Css Color HEX #413B3D Barossa

📋 copy color: '#413B3D'

red 65 ◦ green 59 ◦ blue 61

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

Shades of Barossa #413B3D

Tints of Barossa #413B3D

RGB

 RED value IS 65 (25.78% from 255) = 35.14%

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

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

R = 35.14%
G = 31.89%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#413B3D (or 0x413B3D) is known color: Barossa. HEX triplet: 41, 3B and 3D. RGB value is (65,59,61). Sum of RGB (Red+Green+Blue) = 65+59+61=185 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.14% from 185); Green value is 59 (23.44% from 255 or 31.89% from 185); Blue value is 61 (24.22% from 255 or 32.97% from 185); Max value from RGB is 65 - color contains mainly: red. Hex color #413B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413B3D is #BEC4C2. Grayscale: #3D3D3D. Windows color (decimal): -12502211 or 4012865. OLE color: 4012865.

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

Color convert

RGB 65 59 61 -
CMYK 0 0.09 0.06 0.75
HSL 340º 0.05% 0.24% -
HSV(B) 340º 0.09% 0.25% -
XYZ 4.59 4.59 5.06 -
YUV 61.02 127.99 130.84 -
System Red Green Blue C M Y K H S L
Decimal 65 59 61 0 0.09 0.06 0.75 340 0.05 0.24
Hex 41 3B 3D 0 9 6 4B 154 5 18
Octal 101 73 75 0 11 6 113 524 5 30
Binary 1000001 111011 111101 0 1001 110 1001011 101010100 101 11000

Color Harmonies of #413B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413B3D

Black with #413B3D

Text Example


Text Example

White with #413B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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