Html Css Color HEX #412B2E Havana

📋 copy color: '#412B2E'

red 65 ◦ green 43 ◦ blue 46

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

Shades of Havana #412B2E

Tints of Havana #412B2E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 27.92%

 BLUE value IS 46 (18.36% from 255) = 29.87%

R = 42.21%
G = 27.92%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0.75

RGB Variations

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

Color information

#412B2E (or 0x412B2E) is known color: Havana. HEX triplet: 41, 2B and 2E. RGB value is (65,43,46). Sum of RGB (Red+Green+Blue) = 65+43+46=154 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.21% from 154); Green value is 43 (17.19% from 255 or 27.92% from 154); Blue value is 46 (18.36% from 255 or 29.87% from 154); Max value from RGB is 65 - color contains mainly: red. Hex color #412B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412B2E is #BED4D1. Grayscale: #313131. Windows color (decimal): -12506322 or 3025729. OLE color: 3025729.

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

Color convert

RGB 65 43 46 -
CMYK 0 0.34 0.29 0.75
HSL 351.82º 0.2% 0.21% -
HSV(B) 351.82º 0.34% 0.25% -
XYZ 3.54 3.05 2.99 -
YUV 49.92 125.79 138.76 -
System Red Green Blue C M Y K H S L
Decimal 65 43 46 0 0.34 0.29 0.75 351.82 0.2 0.21
Hex 41 2B 2E 0 22 1D 4B 160 14 15
Octal 101 53 56 0 42 35 113 540 24 25
Binary 1000001 101011 101110 0 100010 11101 1001011 101100000 10100 10101

Color Harmonies of #412B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412B2E

Black with #412B2E

Text Example


Text Example

White with #412B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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