Html Css Color HEX #41271F Brown Pod

📋 copy color: '#41271F'

red 65 ◦ green 39 ◦ blue 31

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

Shades of Brown Pod #41271F

Tints of Brown Pod #41271F

RGB

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

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

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

R = 48.15%
G = 28.89%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#41271F (or 0x41271F) is known color: Brown Pod. HEX triplet: 41, 27 and 1F. RGB value is (65,39,31). Sum of RGB (Red+Green+Blue) = 65+39+31=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 39 (15.62% from 255 or 28.89% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #41271F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41271F is #BED8E0. Grayscale: #2D2D2D. Windows color (decimal): -12507361 or 2041665. OLE color: 2041665.

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

Color convert

RGB 65 39 31 -
CMYK 0 0.40 0.52 0.75
HSL 14.12º 0.35% 0.19% -
HSV(B) 14.12º 0.52% 0.25% -
XYZ 3.15 2.67 1.65 -
YUV 45.86 119.61 141.65 -
System Red Green Blue C M Y K H S L
Decimal 65 39 31 0 0.40 0.52 0.75 14.12 0.35 0.19
Hex 41 27 1F 0 28 34 4B E 23 13
Octal 101 47 37 0 50 64 113 16 43 23
Binary 1000001 100111 11111 0 101000 110100 1001011 1110 100011 10011

Color Harmonies of #41271F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41271F

Black with #41271F

Text Example


Text Example

White with #41271F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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