Html Css Color HEX #41231B Brown Pod

📋 copy color: '#41231B'

red 65 ◦ green 35 ◦ blue 27

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

Shades of Brown Pod #41231B

Tints of Brown Pod #41231B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 27.56%

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

R = 51.18%
G = 27.56%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#41231B (or 0x41231B) is known color: Brown Pod. HEX triplet: 41, 23 and 1B. RGB value is (65,35,27). Sum of RGB (Red+Green+Blue) = 65+35+27=127 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.18% from 127); Green value is 35 (14.06% from 255 or 27.56% from 127); Blue value is 27 (10.94% from 255 or 21.26% from 127); Max value from RGB is 65 - color contains mainly: red. Hex color #41231B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41231B is #BEDCE4. Grayscale: #2B2B2B. Windows color (decimal): -12508389 or 1778497. OLE color: 1778497.

HSL color Cylindrical-coordinate representation of color #41231B: hue angle of 12.63º 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 #41231B is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 35 27 -
CMYK 0 0.46 0.58 0.75
HSL 12.63º 0.41% 0.18% -
HSV(B) 12.63º 0.58% 0.25% -
XYZ 2.98 2.41 1.34 -
YUV 43.06 118.94 143.65 -
System Red Green Blue C M Y K H S L
Decimal 65 35 27 0 0.46 0.58 0.75 12.63 0.41 0.18
Hex 41 23 1B 0 2E 3A 4B D 29 12
Octal 101 43 33 0 56 72 113 15 51 22
Binary 1000001 100011 11011 0 101110 111010 1001011 1101 101001 10010

Color Harmonies of #41231B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41231B

Black with #41231B

Text Example


Text Example

White with #41231B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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