Html Css Color HEX #412B23 Morocco Brown

📋 copy color: '#412B23'

red 65 ◦ green 43 ◦ blue 35

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

Shades of Morocco Brown #412B23

Tints of Morocco Brown #412B23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 24.48%

R = 45.45%
G = 30.07%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.46

 K value IS 0.75

RGB Variations

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

Color information

#412B23 (or 0x412B23) is known color: Morocco Brown. HEX triplet: 41, 2B and 23. RGB value is (65,43,35). Sum of RGB (Red+Green+Blue) = 65+43+35=143 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.45% from 143); Green value is 43 (17.19% from 255 or 30.07% from 143); Blue value is 35 (14.06% from 255 or 24.48% from 143); Max value from RGB is 65 - color contains mainly: red. Hex color #412B23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412B23 is #BED4DC. Grayscale: #303030. Windows color (decimal): -12506333 or 2304833. OLE color: 2304833.

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

Color convert

RGB 65 43 35 -
CMYK 0 0.34 0.46 0.75
HSL 16º 0.3% 0.2% -
HSV(B) 16º 0.46% 0.25% -
XYZ 3.35 2.97 1.99 -
YUV 48.67 120.29 139.65 -
System Red Green Blue C M Y K H S L
Decimal 65 43 35 0 0.34 0.46 0.75 16 0.3 0.2
Hex 41 2B 23 0 22 2E 4B 10 1E 14
Octal 101 53 43 0 42 56 113 20 36 24
Binary 1000001 101011 100011 0 100010 101110 1001011 10000 11110 10100

Color Harmonies of #412B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412B23

Black with #412B23

Text Example


Text Example

White with #412B23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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