Html Css Color HEX #412D2E Havana

📋 copy color: '#412D2E'

red 65 ◦ green 45 ◦ blue 46

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

Shades of Havana #412D2E

Tints of Havana #412D2E

RGB

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

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

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

R = 41.67%
G = 28.85%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0.75

RGB Variations

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

Color information

#412D2E (or 0x412D2E) is known color: Havana. HEX triplet: 41, 2D and 2E. RGB value is (65,45,46). Sum of RGB (Red+Green+Blue) = 65+45+46=156 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.67% from 156); Green value is 45 (17.97% from 255 or 28.85% from 156); Blue value is 46 (18.36% from 255 or 29.49% from 156); Max value from RGB is 65 - color contains mainly: red. Hex color #412D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412D2E is #BED2D1. Grayscale: #333333. Windows color (decimal): -12505810 or 3026241. OLE color: 3026241.

HSL color Cylindrical-coordinate representation of color #412D2E: hue angle of 357º 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 #412D2E is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 45 46 -
CMYK 0 0.31 0.29 0.75
HSL 357º 0.18% 0.22% -
HSV(B) 357º 0.31% 0.25% -
XYZ 3.61 3.2 3.01 -
YUV 51.09 125.13 137.92 -
System Red Green Blue C M Y K H S L
Decimal 65 45 46 0 0.31 0.29 0.75 357 0.18 0.22
Hex 41 2D 2E 0 1F 1D 4B 165 12 16
Octal 101 55 56 0 37 35 113 545 22 26
Binary 1000001 101101 101110 0 11111 11101 1001011 101100101 10010 10110

Color Harmonies of #412D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412D2E

Black with #412D2E

Text Example


Text Example

White with #412D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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