Html Css Color HEX #412826 Livid Brown

📋 copy color: '#412826'

red 65 ◦ green 40 ◦ blue 38

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

Shades of Livid Brown #412826

Tints of Livid Brown #412826

RGB

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

 GREEN value IS 40 (16.02% from 255) = 27.97%

 BLUE value IS 38 (15.23% from 255) = 26.57%

R = 45.45%
G = 27.97%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.42

 K value IS 0.75

RGB Variations

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

Color information

#412826 (or 0x412826) is known color: Livid Brown. HEX triplet: 41, 28 and 26. RGB value is (65,40,38). Sum of RGB (Red+Green+Blue) = 65+40+38=143 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.45% from 143); Green value is 40 (16.02% from 255 or 27.97% from 143); Blue value is 38 (15.23% from 255 or 26.57% from 143); Max value from RGB is 65 - color contains mainly: red. Hex color #412826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412826 is #BED7D9. Grayscale: #2F2F2F. Windows color (decimal): -12507098 or 2500673. OLE color: 2500673.

HSL color Cylindrical-coordinate representation of color #412826: hue angle of 4.44º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #412826 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 40 38 -
CMYK 0 0.38 0.42 0.75
HSL 4.44º 0.26% 0.2% -
HSV(B) 4.44º 0.42% 0.25% -
XYZ 3.29 2.78 2.2 -
YUV 47.25 122.78 140.66 -
System Red Green Blue C M Y K H S L
Decimal 65 40 38 0 0.38 0.42 0.75 4.44 0.26 0.2
Hex 41 28 26 0 26 2A 4B 4 1A 14
Octal 101 50 46 0 46 52 113 4 32 24
Binary 1000001 101000 100110 0 100110 101010 1001011 100 11010 10100

Color Harmonies of #412826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412826

Black with #412826

Text Example


Text Example

White with #412826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412826; }

 p { color: rgb(65,40,38); }

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

background-color css

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

 a { background-color: rgb(65,40,38); }

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

border-color css

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

 span { border-color: rgb(65,40,38); }

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