Html Css Color HEX #41241A Brown Pod

📋 copy color: '#41241A'

red 65 ◦ green 36 ◦ blue 26

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

Shades of Brown Pod #41241A

Tints of Brown Pod #41241A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 28.35%

 BLUE value IS 26 (10.55% from 255) = 20.47%

R = 51.18%
G = 28.35%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.60

 K value IS 0.75

RGB Variations

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

Color information

#41241A (or 0x41241A) is known color: Brown Pod. HEX triplet: 41, 24 and 1A. RGB value is (65,36,26). Sum of RGB (Red+Green+Blue) = 65+36+26=127 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.18% from 127); Green value is 36 (14.45% from 255 or 28.35% from 127); Blue value is 26 (10.55% from 255 or 20.47% from 127); Max value from RGB is 65 - color contains mainly: red. Hex color #41241A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41241A is #BEDBE5. Grayscale: #2B2B2B. Windows color (decimal): -12508134 or 1713217. OLE color: 1713217.

HSL color Cylindrical-coordinate representation of color #41241A: hue angle of 15.38º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #41241A is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 36 26 -
CMYK 0 0.45 0.60 0.75
HSL 15.38º 0.43% 0.18% -
HSV(B) 15.38º 0.6% 0.25% -
XYZ 3 2.46 1.29 -
YUV 43.53 118.11 143.31 -
System Red Green Blue C M Y K H S L
Decimal 65 36 26 0 0.45 0.60 0.75 15.38 0.43 0.18
Hex 41 24 1A 0 2D 3C 4B F 2B 12
Octal 101 44 32 0 55 74 113 17 53 22
Binary 1000001 100100 11010 0 101101 111100 1001011 1111 101011 10010

Color Harmonies of #41241A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41241A

Black with #41241A

Text Example


Text Example

White with #41241A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41241A; }

 p { color: rgb(65,36,26); }

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

background-color css

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

 a { background-color: rgb(65,36,26); }

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

border-color css

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

 span { border-color: rgb(65,36,26); }

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