Html Css Color HEX #412D38 Barossa

📋 copy color: '#412D38'

red 65 ◦ green 45 ◦ blue 56

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

Shades of Barossa #412D38

Tints of Barossa #412D38

RGB

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

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

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

R = 39.16%
G = 27.11%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#412D38 (or 0x412D38) is known color: Barossa. HEX triplet: 41, 2D and 38. RGB value is (65,45,56). Sum of RGB (Red+Green+Blue) = 65+45+56=166 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.16% from 166); Green value is 45 (17.97% from 255 or 27.11% from 166); Blue value is 56 (22.27% from 255 or 33.73% from 166); Max value from RGB is 65 - color contains mainly: red. Hex color #412D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412D38 is #BED2C7. Grayscale: #343434. Windows color (decimal): -12505800 or 3681601. OLE color: 3681601.

HSL color Cylindrical-coordinate representation of color #412D38: hue angle of 327º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #412D38 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 45 56 -
CMYK 0 0.31 0.14 0.75
HSL 327º 0.18% 0.22% -
HSV(B) 327º 0.31% 0.25% -
XYZ 3.83 3.29 4.17 -
YUV 52.23 130.13 137.11 -
System Red Green Blue C M Y K H S L
Decimal 65 45 56 0 0.31 0.14 0.75 327 0.18 0.22
Hex 41 2D 38 0 1F E 4B 147 12 16
Octal 101 55 70 0 37 16 113 507 22 26
Binary 1000001 101101 111000 0 11111 1110 1001011 101000111 10010 10110

Color Harmonies of #412D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412D38

Black with #412D38

Text Example


Text Example

White with #412D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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