Html Css Color HEX #41241B Brown Pod

📋 copy color: '#41241B'

red 65 ◦ green 36 ◦ blue 27

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

Shades of Brown Pod #41241B

Tints of Brown Pod #41241B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 21.09%

R = 50.78%
G = 28.13%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#41241B (or 0x41241B) is known color: Brown Pod. HEX triplet: 41, 24 and 1B. RGB value is (65,36,27). Sum of RGB (Red+Green+Blue) = 65+36+27=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 36 (14.45% from 255 or 28.12% from 128); Blue value is 27 (10.94% from 255 or 21.09% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #41241B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41241B is #BEDBE4. Grayscale: #2B2B2B. Windows color (decimal): -12508133 or 1778753. OLE color: 1778753.

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

Color convert

RGB 65 36 27 -
CMYK 0 0.45 0.58 0.75
HSL 14.21º 0.41% 0.18% -
HSV(B) 14.21º 0.58% 0.25% -
XYZ 3.01 2.46 1.35 -
YUV 43.65 118.61 143.23 -
System Red Green Blue C M Y K H S L
Decimal 65 36 27 0 0.45 0.58 0.75 14.21 0.41 0.18
Hex 41 24 1B 0 2D 3A 4B E 29 12
Octal 101 44 33 0 55 72 113 16 51 22
Binary 1000001 100100 11011 0 101101 111010 1001011 1110 101001 10010

Color Harmonies of #41241B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41241B

Black with #41241B

Text Example


Text Example

White with #41241B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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