Html Css Color HEX #402017 Brown Pod

📋 copy color: '#402017'

red 64 ◦ green 32 ◦ blue 23

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

Shades of Brown Pod #402017

Tints of Brown Pod #402017

RGB

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

 GREEN value IS 32 (12.89% from 255) = 26.89%

 BLUE value IS 23 (9.38% from 255) = 19.33%

R = 53.78%
G = 26.89%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.64

 K value IS 0.75

RGB Variations

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

Color information

#402017 (or 0x402017) is known color: Brown Pod. HEX triplet: 40, 20 and 17. RGB value is (64,32,23). Sum of RGB (Red+Green+Blue) = 64+32+23=119 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.78% from 119); Green value is 32 (12.89% from 255 or 26.89% from 119); Blue value is 23 (9.38% from 255 or 19.33% from 119); Max value from RGB is 64 - color contains mainly: red. Hex color #402017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402017 is #BFDFE8. Grayscale: #282828. Windows color (decimal): -12574697 or 1515584. OLE color: 1515584.

HSL color Cylindrical-coordinate representation of color #402017: hue angle of 13.17º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #402017 is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 32 23 -
CMYK 0 0.50 0.64 0.75
HSL 13.17º 0.47% 0.17% -
HSV(B) 13.17º 0.64% 0.25% -
XYZ 2.79 2.18 1.09 -
YUV 40.54 118.1 144.73 -
System Red Green Blue C M Y K H S L
Decimal 64 32 23 0 0.50 0.64 0.75 13.17 0.47 0.17
Hex 40 20 17 0 32 40 4B D 2F 11
Octal 100 40 27 0 62 100 113 15 57 21
Binary 1000000 100000 10111 0 110010 1000000 1001011 1101 101111 10001

Color Harmonies of #402017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402017

Black with #402017

Text Example


Text Example

White with #402017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402017; }

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

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

background-color css

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

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

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

border-color css

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

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

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