Html Css Color HEX #41261C Brown Pod

📋 copy color: '#41261C'

red 65 ◦ green 38 ◦ blue 28

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

Shades of Brown Pod #41261C

Tints of Brown Pod #41261C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 21.37%

R = 49.62%
G = 29.01%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.75

RGB Variations

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

Color information

#41261C (or 0x41261C) is known color: Brown Pod. HEX triplet: 41, 26 and 1C. RGB value is (65,38,28). Sum of RGB (Red+Green+Blue) = 65+38+28=131 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.62% from 131); Green value is 38 (15.23% from 255 or 29.01% from 131); Blue value is 28 (11.33% from 255 or 21.37% from 131); Max value from RGB is 65 - color contains mainly: red. Hex color #41261C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41261C is #BED9E3. Grayscale: #2D2D2D. Windows color (decimal): -12507620 or 1844801. OLE color: 1844801.

HSL color Cylindrical-coordinate representation of color #41261C: hue angle of 16.22º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #41261C is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 38 28 -
CMYK 0 0.42 0.57 0.75
HSL 16.22º 0.4% 0.18% -
HSV(B) 16.22º 0.57% 0.25% -
XYZ 3.08 2.59 1.44 -
YUV 44.93 118.45 142.31 -
System Red Green Blue C M Y K H S L
Decimal 65 38 28 0 0.42 0.57 0.75 16.22 0.4 0.18
Hex 41 26 1C 0 2A 39 4B 10 28 12
Octal 101 46 34 0 52 71 113 20 50 22
Binary 1000001 100110 11100 0 101010 111001 1001011 10000 101000 10010

Color Harmonies of #41261C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41261C

Black with #41261C

Text Example


Text Example

White with #41261C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41261C; }

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

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

background-color css

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

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

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

border-color css

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

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

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