Html Css Color HEX #401A0F Brown Pod

📋 copy color: '#401A0F'

red 64 ◦ green 26 ◦ blue 15

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

Shades of Brown Pod #401A0F

Tints of Brown Pod #401A0F

RGB

 RED value IS 64 (25.39% from 255) = 60.95%

 GREEN value IS 26 (10.55% from 255) = 24.76%

 BLUE value IS 15 (6.25% from 255) = 14.29%

R = 60.95%
G = 24.76%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#401A0F (or 0x401A0F) is known color: Brown Pod. HEX triplet: 40, 1A and 0F. RGB value is (64,26,15). Sum of RGB (Red+Green+Blue) = 64+26+15=105 (13% of max value = 765). Red value is 64 (25.39% from 255 or 60.95% from 105); Green value is 26 (10.55% from 255 or 24.76% from 105); Blue value is 15 (6.25% from 255 or 14.29% from 105); Max value from RGB is 64 - color contains mainly: red. Hex color #401A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401A0F is #BFE5F0. Grayscale: #242424. Windows color (decimal): -12576241 or 989760. OLE color: 989760.

HSL color Cylindrical-coordinate representation of color #401A0F: hue angle of 13.47º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #401A0F is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 26 15 -
CMYK 0 0.59 0.77 0.75
HSL 13.47º 0.62% 0.15% -
HSV(B) 13.47º 0.77% 0.25% -
XYZ 2.57 1.86 0.68 -
YUV 36.11 116.09 147.89 -
System Red Green Blue C M Y K H S L
Decimal 64 26 15 0 0.59 0.77 0.75 13.47 0.62 0.15
Hex 40 1A F 0 3B 4D 4B D 3E F
Octal 100 32 17 0 73 115 113 15 76 17
Binary 1000000 11010 1111 0 111011 1001101 1001011 1101 111110 1111

Color Harmonies of #401A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401A0F

Black with #401A0F

Text Example


Text Example

White with #401A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401A0F; }

 p { color: rgb(64,26,15); }

 H1.HeaderClassName
 {
   color: #401A0F;
 }
 .AnyTagClassName
 {
   color: #401A0F;
 }
</style>

background-color css

<style>
 a { background-color: #401A0F; }

 a { background-color: rgb(64,26,15); }

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

border-color css

<style>
 span { border-color: #401A0F; }

 span { border-color: rgb(64,26,15); }

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