Html Css Color HEX #412622 Brown Pod

📋 copy color: '#412622'

red 65 ◦ green 38 ◦ blue 34

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

Shades of Brown Pod #412622

Tints of Brown Pod #412622

RGB

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

 GREEN value IS 38 (15.23% from 255) = 27.74%

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

R = 47.45%
G = 27.74%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.75

RGB Variations

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

Color information

#412622 (or 0x412622) is known color: Brown Pod. HEX triplet: 41, 26 and 22. RGB value is (65,38,34). Sum of RGB (Red+Green+Blue) = 65+38+34=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 38 (15.23% from 255 or 27.74% from 137); Blue value is 34 (13.67% from 255 or 24.82% from 137); Max value from RGB is 65 - color contains mainly: red. Hex color #412622 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412622 is #BED9DD. Grayscale: #2D2D2D. Windows color (decimal): -12507614 or 2238017. OLE color: 2238017.

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

Color convert

RGB 65 38 34 -
CMYK 0 0.42 0.48 0.75
HSL 7.74º 0.31% 0.19% -
HSV(B) 7.74º 0.48% 0.25% -
XYZ 3.16 2.63 1.85 -
YUV 45.62 121.45 141.83 -
System Red Green Blue C M Y K H S L
Decimal 65 38 34 0 0.42 0.48 0.75 7.74 0.31 0.19
Hex 41 26 22 0 2A 30 4B 8 1F 13
Octal 101 46 42 0 52 60 113 10 37 23
Binary 1000001 100110 100010 0 101010 110000 1001011 1000 11111 10011

Color Harmonies of #412622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412622

Black with #412622

Text Example


Text Example

White with #412622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412622; }

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

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

background-color css

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

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

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

border-color css

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

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

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