Html Css Color HEX #41241D Brown Pod

📋 copy color: '#41241D'

red 65 ◦ green 36 ◦ blue 29

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

Shades of Brown Pod #41241D

Tints of Brown Pod #41241D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 22.31%

R = 50%
G = 27.69%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#41241D (or 0x41241D) is known color: Brown Pod. HEX triplet: 41, 24 and 1D. RGB value is (65,36,29). Sum of RGB (Red+Green+Blue) = 65+36+29=130 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50% from 130); Green value is 36 (14.45% from 255 or 27.69% from 130); Blue value is 29 (11.72% from 255 or 22.31% from 130); Max value from RGB is 65 - color contains mainly: red. Hex color #41241D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41241D is #BEDBE2. Grayscale: #2B2B2B. Windows color (decimal): -12508131 or 1909825. OLE color: 1909825.

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

Color convert

RGB 65 36 29 -
CMYK 0 0.45 0.55 0.75
HSL 11.67º 0.38% 0.18% -
HSV(B) 11.67º 0.55% 0.25% -
XYZ 3.03 2.47 1.48 -
YUV 43.87 119.61 143.07 -
System Red Green Blue C M Y K H S L
Decimal 65 36 29 0 0.45 0.55 0.75 11.67 0.38 0.18
Hex 41 24 1D 0 2D 37 4B C 26 12
Octal 101 44 35 0 55 67 113 14 46 22
Binary 1000001 100100 11101 0 101101 110111 1001011 1100 100110 10010

Color Harmonies of #41241D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41241D

Black with #41241D

Text Example


Text Example

White with #41241D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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