Html Css Color HEX #413A3E Barossa

📋 copy color: '#413A3E'

red 65 ◦ green 58 ◦ blue 62

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

Shades of Barossa #413A3E

Tints of Barossa #413A3E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 31.35%

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

R = 35.14%
G = 31.35%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.75

RGB Variations

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

Color information

#413A3E (or 0x413A3E) is known color: Barossa. HEX triplet: 41, 3A and 3E. RGB value is (65,58,62). Sum of RGB (Red+Green+Blue) = 65+58+62=185 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.14% from 185); Green value is 58 (23.05% from 255 or 31.35% from 185); Blue value is 62 (24.61% from 255 or 33.51% from 185); Max value from RGB is 65 - color contains mainly: red. Hex color #413A3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413A3E is #BEC5C1. Grayscale: #3C3C3C. Windows color (decimal): -12502466 or 4078145. OLE color: 4078145.

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

Color convert

RGB 65 58 62 -
CMYK 0 0.11 0.05 0.75
HSL 325.71º 0.06% 0.24% -
HSV(B) 325.71º 0.11% 0.25% -
XYZ 4.56 4.5 5.19 -
YUV 60.55 128.82 131.17 -
System Red Green Blue C M Y K H S L
Decimal 65 58 62 0 0.11 0.05 0.75 325.71 0.06 0.24
Hex 41 3A 3E 0 B 5 4B 146 6 18
Octal 101 72 76 0 13 5 113 506 6 30
Binary 1000001 111010 111110 0 1011 101 1001011 101000110 110 11000

Color Harmonies of #413A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413A3E

Black with #413A3E

Text Example


Text Example

White with #413A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,58,62); }

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

background-color css

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

 a { background-color: rgb(65,58,62); }

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

border-color css

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

 span { border-color: rgb(65,58,62); }

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