Html Css Color HEX #412B25 Morocco Brown

📋 copy color: '#412B25'

red 65 ◦ green 43 ◦ blue 37

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

Shades of Morocco Brown #412B25

Tints of Morocco Brown #412B25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 25.52%

R = 44.83%
G = 29.66%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.43

 K value IS 0.75

RGB Variations

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

Color information

#412B25 (or 0x412B25) is known color: Morocco Brown. HEX triplet: 41, 2B and 25. RGB value is (65,43,37). Sum of RGB (Red+Green+Blue) = 65+43+37=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 43 (17.19% from 255 or 29.66% from 145); Blue value is 37 (14.84% from 255 or 25.52% from 145); Max value from RGB is 65 - color contains mainly: red. Hex color #412B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412B25 is #BED4DA. Grayscale: #303030. Windows color (decimal): -12506331 or 2435905. OLE color: 2435905.

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

Color convert

RGB 65 43 37 -
CMYK 0 0.34 0.43 0.75
HSL 12.86º 0.27% 0.2% -
HSV(B) 12.86º 0.43% 0.25% -
XYZ 3.38 2.99 2.15 -
YUV 48.89 121.29 139.49 -
System Red Green Blue C M Y K H S L
Decimal 65 43 37 0 0.34 0.43 0.75 12.86 0.27 0.2
Hex 41 2B 25 0 22 2B 4B D 1B 14
Octal 101 53 45 0 42 53 113 15 33 24
Binary 1000001 101011 100101 0 100010 101011 1001011 1101 11011 10100

Color Harmonies of #412B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412B25

Black with #412B25

Text Example


Text Example

White with #412B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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