Html Css Color HEX #41281F Brown Pod

📋 copy color: '#41281F'

red 65 ◦ green 40 ◦ blue 31

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

Shades of Brown Pod #41281F

Tints of Brown Pod #41281F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 29.41%

 BLUE value IS 31 (12.5% from 255) = 22.79%

R = 47.79%
G = 29.41%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#41281F (or 0x41281F) is known color: Brown Pod. HEX triplet: 41, 28 and 1F. RGB value is (65,40,31). Sum of RGB (Red+Green+Blue) = 65+40+31=136 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.79% from 136); Green value is 40 (16.02% from 255 or 29.41% from 136); Blue value is 31 (12.5% from 255 or 22.79% from 136); Max value from RGB is 65 - color contains mainly: red. Hex color #41281F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41281F is #BED7E0. Grayscale: #2E2E2E. Windows color (decimal): -12507105 or 2041921. OLE color: 2041921.

HSL color Cylindrical-coordinate representation of color #41281F: hue angle of 15.88º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #41281F is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 40 31 -
CMYK 0 0.38 0.52 0.75
HSL 15.88º 0.35% 0.19% -
HSV(B) 15.88º 0.52% 0.25% -
XYZ 3.19 2.74 1.66 -
YUV 46.45 119.28 141.23 -
System Red Green Blue C M Y K H S L
Decimal 65 40 31 0 0.38 0.52 0.75 15.88 0.35 0.19
Hex 41 28 1F 0 26 34 4B 10 23 13
Octal 101 50 37 0 46 64 113 20 43 23
Binary 1000001 101000 11111 0 100110 110100 1001011 10000 100011 10011

Color Harmonies of #41281F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41281F

Black with #41281F

Text Example


Text Example

White with #41281F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41281F; }

 p { color: rgb(65,40,31); }

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

background-color css

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

 a { background-color: rgb(65,40,31); }

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

border-color css

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

 span { border-color: rgb(65,40,31); }

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