Html Css Color HEX #412822 Brown Pod

📋 copy color: '#412822'

red 65 ◦ green 40 ◦ blue 34

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

Shades of Brown Pod #412822

Tints of Brown Pod #412822

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 24.46%

R = 46.76%
G = 28.78%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.48

 K value IS 0.75

RGB Variations

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

Color information

#412822 (or 0x412822) is known color: Brown Pod. HEX triplet: 41, 28 and 22. RGB value is (65,40,34). Sum of RGB (Red+Green+Blue) = 65+40+34=139 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.76% from 139); Green value is 40 (16.02% from 255 or 28.78% from 139); Blue value is 34 (13.67% from 255 or 24.46% from 139); Max value from RGB is 65 - color contains mainly: red. Hex color #412822 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412822 is #BED7DD. Grayscale: #2E2E2E. Windows color (decimal): -12507102 or 2238529. OLE color: 2238529.

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

Color convert

RGB 65 40 34 -
CMYK 0 0.38 0.48 0.75
HSL 11.61º 0.31% 0.19% -
HSV(B) 11.61º 0.48% 0.25% -
XYZ 3.23 2.76 1.88 -
YUV 46.79 120.78 140.99 -
System Red Green Blue C M Y K H S L
Decimal 65 40 34 0 0.38 0.48 0.75 11.61 0.31 0.19
Hex 41 28 22 0 26 30 4B C 1F 13
Octal 101 50 42 0 46 60 113 14 37 23
Binary 1000001 101000 100010 0 100110 110000 1001011 1100 11111 10011

Color Harmonies of #412822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412822

Black with #412822

Text Example


Text Example

White with #412822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412822; }

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

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

background-color css

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

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

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

border-color css

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

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

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