Html Css Color HEX #401507 Brown Pod

📋 copy color: '#401507'

red 64 ◦ green 21 ◦ blue 7

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

Shades of Brown Pod #401507

Tints of Brown Pod #401507

RGB

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

 GREEN value IS 21 (8.59% from 255) = 22.83%

 BLUE value IS 7 (3.13% from 255) = 7.61%

R = 69.57%
G = 22.83%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.75

RGB Variations

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

Color information

#401507 (or 0x401507) is known color: Brown Pod. HEX triplet: 40, 15 and 07. RGB value is (64,21,7). Sum of RGB (Red+Green+Blue) = 64+21+7=92 (12% of max value = 765). Red value is 64 (25.39% from 255 or 69.57% from 92); Green value is 21 (8.59% from 255 or 22.83% from 92); Blue value is 7 (3.12% from 255 or 7.61% from 92); Max value from RGB is 64 - color contains mainly: red. Hex color #401507 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401507 is #BFEAF8. Grayscale: #202020. Windows color (decimal): -12577529 or 464192. OLE color: 464192.

HSL color Cylindrical-coordinate representation of color #401507: hue angle of 14.74º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #401507 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 21 7 -
CMYK 0 0.67 0.89 0.75
HSL 14.74º 0.8% 0.14% -
HSV(B) 14.74º 0.89% 0.25% -
XYZ 2.42 1.64 0.39 -
YUV 32.26 113.75 150.64 -
System Red Green Blue C M Y K H S L
Decimal 64 21 7 0 0.67 0.89 0.75 14.74 0.8 0.14
Hex 40 15 7 0 43 59 4B F 50 E
Octal 100 25 7 0 103 131 113 17 120 16
Binary 1000000 10101 111 0 1000011 1011001 1001011 1111 1010000 1110

Color Harmonies of #401507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401507

Black with #401507

Text Example


Text Example

White with #401507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401507; }

 p { color: rgb(64,21,7); }

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

background-color css

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

 a { background-color: rgb(64,21,7); }

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

border-color css

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

 span { border-color: rgb(64,21,7); }

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