Html Css Color HEX #41261B Brown Pod

📋 copy color: '#41261B'

red 65 ◦ green 38 ◦ blue 27

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

Shades of Brown Pod #41261B

Tints of Brown Pod #41261B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 29.23%

 BLUE value IS 27 (10.94% from 255) = 20.77%

R = 50%
G = 29.23%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#41261B (or 0x41261B) is known color: Brown Pod. HEX triplet: 41, 26 and 1B. RGB value is (65,38,27). Sum of RGB (Red+Green+Blue) = 65+38+27=130 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50% from 130); Green value is 38 (15.23% from 255 or 29.23% from 130); Blue value is 27 (10.94% from 255 or 20.77% from 130); Max value from RGB is 65 - color contains mainly: red. Hex color #41261B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41261B is #BED9E4. Grayscale: #2C2C2C. Windows color (decimal): -12507621 or 1779265. OLE color: 1779265.

HSL color Cylindrical-coordinate representation of color #41261B: hue angle of 17.37º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #41261B is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 38 27 -
CMYK 0 0.42 0.58 0.75
HSL 17.37º 0.41% 0.18% -
HSV(B) 17.37º 0.58% 0.25% -
XYZ 3.07 2.59 1.37 -
YUV 44.82 117.95 142.39 -
System Red Green Blue C M Y K H S L
Decimal 65 38 27 0 0.42 0.58 0.75 17.37 0.41 0.18
Hex 41 26 1B 0 2A 3A 4B 11 29 12
Octal 101 46 33 0 52 72 113 21 51 22
Binary 1000001 100110 11011 0 101010 111010 1001011 10001 101001 10010

Color Harmonies of #41261B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41261B

Black with #41261B

Text Example


Text Example

White with #41261B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41261B; }

 p { color: rgb(65,38,27); }

 H1.HeaderClassName
 {
   color: #41261B;
 }
 .AnyTagClassName
 {
   color: #41261B;
 }
</style>

background-color css

<style>
 a { background-color: #41261B; }

 a { background-color: rgb(65,38,27); }

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

border-color css

<style>
 span { border-color: #41261B; }

 span { border-color: rgb(65,38,27); }

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