Html Css Color HEX #41271D Brown Pod

📋 copy color: '#41271D'

red 65 ◦ green 39 ◦ blue 29

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

Shades of Brown Pod #41271D

Tints of Brown Pod #41271D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 29.32%

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

R = 48.87%
G = 29.32%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#41271D (or 0x41271D) is known color: Brown Pod. HEX triplet: 41, 27 and 1D. RGB value is (65,39,29). Sum of RGB (Red+Green+Blue) = 65+39+29=133 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.87% from 133); Green value is 39 (15.62% from 255 or 29.32% from 133); Blue value is 29 (11.72% from 255 or 21.80% from 133); Max value from RGB is 65 - color contains mainly: red. Hex color #41271D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41271D is #BED8E2. Grayscale: #2D2D2D. Windows color (decimal): -12507363 or 1910593. OLE color: 1910593.

HSL color Cylindrical-coordinate representation of color #41271D: hue angle of 16.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 #41271D is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 39 29 -
CMYK 0 0.40 0.55 0.75
HSL 16.67º 0.38% 0.18% -
HSV(B) 16.67º 0.55% 0.25% -
XYZ 3.13 2.66 1.51 -
YUV 45.63 118.61 141.81 -
System Red Green Blue C M Y K H S L
Decimal 65 39 29 0 0.40 0.55 0.75 16.67 0.38 0.18
Hex 41 27 1D 0 28 37 4B 11 26 12
Octal 101 47 35 0 50 67 113 21 46 22
Binary 1000001 100111 11101 0 101000 110111 1001011 10001 100110 10010

Color Harmonies of #41271D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41271D

Black with #41271D

Text Example


Text Example

White with #41271D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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