Html Css Color HEX #412522 Brown Pod

📋 copy color: '#412522'

red 65 ◦ green 37 ◦ blue 34

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

Shades of Brown Pod #412522

Tints of Brown Pod #412522

RGB

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

 GREEN value IS 37 (14.84% from 255) = 27.21%

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

R = 47.79%
G = 27.21%
B = 25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.75

RGB Variations

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

Color information

#412522 (or 0x412522) is known color: Brown Pod. HEX triplet: 41, 25 and 22. RGB value is (65,37,34). Sum of RGB (Red+Green+Blue) = 65+37+34=136 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.79% from 136); Green value is 37 (14.84% from 255 or 27.21% from 136); Blue value is 34 (13.67% from 255 or 25% from 136); Max value from RGB is 65 - color contains mainly: red. Hex color #412522 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412522 is #BEDADD. Grayscale: #2D2D2D. Windows color (decimal): -12507870 or 2237761. OLE color: 2237761.

HSL color Cylindrical-coordinate representation of color #412522: hue angle of 5.81º 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 #412522 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 37 34 -
CMYK 0 0.43 0.48 0.75
HSL 5.81º 0.31% 0.19% -
HSV(B) 5.81º 0.48% 0.25% -
XYZ 3.13 2.56 1.84 -
YUV 45.03 121.78 142.24 -
System Red Green Blue C M Y K H S L
Decimal 65 37 34 0 0.43 0.48 0.75 5.81 0.31 0.19
Hex 41 25 22 0 2B 30 4B 6 1F 13
Octal 101 45 42 0 53 60 113 6 37 23
Binary 1000001 100101 100010 0 101011 110000 1001011 110 11111 10011

Color Harmonies of #412522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412522

Black with #412522

Text Example


Text Example

White with #412522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412522; }

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

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

background-color css

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

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

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

border-color css

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

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

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