Html Css Color HEX #41271A Brown Pod

📋 copy color: '#41271A'

red 65 ◦ green 39 ◦ blue 26

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

Shades of Brown Pod #41271A

Tints of Brown Pod #41271A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 20%

R = 50%
G = 30%
B = 20%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.60

 K value IS 0.75

RGB Variations

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

Color information

#41271A (or 0x41271A) is known color: Brown Pod. HEX triplet: 41, 27 and 1A. RGB value is (65,39,26). Sum of RGB (Red+Green+Blue) = 65+39+26=130 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50% from 130); Green value is 39 (15.62% from 255 or 30% from 130); Blue value is 26 (10.55% from 255 or 20% from 130); Max value from RGB is 65 - color contains mainly: red. Hex color #41271A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41271A is #BED8E5. Grayscale: #2D2D2D. Windows color (decimal): -12507366 or 1713985. OLE color: 1713985.

HSL color Cylindrical-coordinate representation of color #41271A: hue angle of 20º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #41271A is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 39 26 -
CMYK 0 0.40 0.60 0.75
HSL 20º 0.43% 0.18% -
HSV(B) 20º 0.6% 0.25% -
XYZ 3.09 2.65 1.33 -
YUV 45.29 117.11 142.06 -
System Red Green Blue C M Y K H S L
Decimal 65 39 26 0 0.40 0.60 0.75 20 0.43 0.18
Hex 41 27 1A 0 28 3C 4B 14 2B 12
Octal 101 47 32 0 50 74 113 24 53 22
Binary 1000001 100111 11010 0 101000 111100 1001011 10100 101011 10010

Color Harmonies of #41271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41271A

Black with #41271A

Text Example


Text Example

White with #41271A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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