Html Css Color HEX #412E37 Barossa

📋 copy color: '#412E37'

red 65 ◦ green 46 ◦ blue 55

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

Shades of Barossa #412E37

Tints of Barossa #412E37

RGB

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

 GREEN value IS 46 (18.36% from 255) = 27.71%

 BLUE value IS 55 (21.88% from 255) = 33.13%

R = 39.16%
G = 27.71%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.15

 K value IS 0.75

RGB Variations

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

Color information

#412E37 (or 0x412E37) is known color: Barossa. HEX triplet: 41, 2E and 37. RGB value is (65,46,55). Sum of RGB (Red+Green+Blue) = 65+46+55=166 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.16% from 166); Green value is 46 (18.36% from 255 or 27.71% from 166); Blue value is 55 (21.88% from 255 or 33.13% from 166); Max value from RGB is 65 - color contains mainly: red. Hex color #412E37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412E37 is #BED1C8. Grayscale: #343434. Windows color (decimal): -12505545 or 3616321. OLE color: 3616321.

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

Color convert

RGB 65 46 55 -
CMYK 0 0.29 0.15 0.75
HSL 331.58º 0.17% 0.22% -
HSV(B) 331.58º 0.29% 0.25% -
XYZ 3.85 3.35 4.06 -
YUV 52.71 129.29 136.77 -
System Red Green Blue C M Y K H S L
Decimal 65 46 55 0 0.29 0.15 0.75 331.58 0.17 0.22
Hex 41 2E 37 0 1D F 4B 14C 11 16
Octal 101 56 67 0 35 17 113 514 21 26
Binary 1000001 101110 110111 0 11101 1111 1001011 101001100 10001 10110

Color Harmonies of #412E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412E37

Black with #412E37

Text Example


Text Example

White with #412E37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,46,55); }

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

background-color css

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

 a { background-color: rgb(65,46,55); }

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

border-color css

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

 span { border-color: rgb(65,46,55); }

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