Html Css Color HEX #401707 Brown Pod

📋 copy color: '#401707'

red 64 ◦ green 23 ◦ blue 7

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

Shades of Brown Pod #401707

Tints of Brown Pod #401707

RGB

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

 GREEN value IS 23 (9.38% from 255) = 24.47%

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

R = 68.09%
G = 24.47%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.75

RGB Variations

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

Color information

#401707 (or 0x401707) is known color: Brown Pod. HEX triplet: 40, 17 and 07. RGB value is (64,23,7). Sum of RGB (Red+Green+Blue) = 64+23+7=94 (12% of max value = 765). Red value is 64 (25.39% from 255 or 68.09% from 94); Green value is 23 (9.38% from 255 or 24.47% from 94); Blue value is 7 (3.12% from 255 or 7.45% from 94); Max value from RGB is 64 - color contains mainly: red. Hex color #401707 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401707 is #BFE8F8. Grayscale: #212121. Windows color (decimal): -12577017 or 464704. OLE color: 464704.

HSL color Cylindrical-coordinate representation of color #401707: hue angle of 16.84º 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 #401707 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 23 7 -
CMYK 0 0.64 0.89 0.75
HSL 16.84º 0.8% 0.14% -
HSV(B) 16.84º 0.89% 0.25% -
XYZ 2.46 1.72 0.4 -
YUV 33.44 113.08 149.8 -
System Red Green Blue C M Y K H S L
Decimal 64 23 7 0 0.64 0.89 0.75 16.84 0.8 0.14
Hex 40 17 7 0 40 59 4B 11 50 E
Octal 100 27 7 0 100 131 113 21 120 16
Binary 1000000 10111 111 0 1000000 1011001 1001011 10001 1010000 1110

Color Harmonies of #401707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401707

Black with #401707

Text Example


Text Example

White with #401707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401707; }

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

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

background-color css

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

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

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

border-color css

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

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

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