Html Css Color HEX #41251A Brown Pod

📋 copy color: '#41251A'

red 65 ◦ green 37 ◦ blue 26

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

Shades of Brown Pod #41251A

Tints of Brown Pod #41251A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 28.91%

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

R = 50.78%
G = 28.91%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.60

 K value IS 0.75

RGB Variations

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

Color information

#41251A (or 0x41251A) is known color: Brown Pod. HEX triplet: 41, 25 and 1A. RGB value is (65,37,26). Sum of RGB (Red+Green+Blue) = 65+37+26=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 37 (14.84% from 255 or 28.91% from 128); Blue value is 26 (10.55% from 255 or 20.31% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #41251A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41251A is #BEDAE5. Grayscale: #2C2C2C. Windows color (decimal): -12507878 or 1713473. OLE color: 1713473.

HSL color Cylindrical-coordinate representation of color #41251A: hue angle of 16.92º 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 #41251A is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 37 26 -
CMYK 0 0.43 0.60 0.75
HSL 16.92º 0.43% 0.18% -
HSV(B) 16.92º 0.6% 0.25% -
XYZ 3.03 2.52 1.3 -
YUV 44.12 117.78 142.89 -
System Red Green Blue C M Y K H S L
Decimal 65 37 26 0 0.43 0.60 0.75 16.92 0.43 0.18
Hex 41 25 1A 0 2B 3C 4B 11 2B 12
Octal 101 45 32 0 53 74 113 21 53 22
Binary 1000001 100101 11010 0 101011 111100 1001011 10001 101011 10010

Color Harmonies of #41251A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41251A

Black with #41251A

Text Example


Text Example

White with #41251A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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