Html Css Color HEX #402117 Brown Pod

📋 copy color: '#402117'

red 64 ◦ green 33 ◦ blue 23

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

Shades of Brown Pod #402117

Tints of Brown Pod #402117

RGB

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

 GREEN value IS 33 (13.28% from 255) = 27.5%

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

R = 53.33%
G = 27.5%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.75

RGB Variations

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

Color information

#402117 (or 0x402117) is known color: Brown Pod. HEX triplet: 40, 21 and 17. RGB value is (64,33,23). Sum of RGB (Red+Green+Blue) = 64+33+23=120 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.33% from 120); Green value is 33 (13.28% from 255 or 27.5% from 120); Blue value is 23 (9.38% from 255 or 19.17% from 120); Max value from RGB is 64 - color contains mainly: red. Hex color #402117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402117 is #BFDEE8. Grayscale: #292929. Windows color (decimal): -12574441 or 1515840. OLE color: 1515840.

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

Color convert

RGB 64 33 23 -
CMYK 0 0.48 0.64 0.75
HSL 14.63º 0.47% 0.17% -
HSV(B) 14.63º 0.64% 0.25% -
XYZ 2.81 2.24 1.09 -
YUV 41.13 117.77 144.31 -
System Red Green Blue C M Y K H S L
Decimal 64 33 23 0 0.48 0.64 0.75 14.63 0.47 0.17
Hex 40 21 17 0 30 40 4B F 2F 11
Octal 100 41 27 0 60 100 113 17 57 21
Binary 1000000 100001 10111 0 110000 1000000 1001011 1111 101111 10001

Color Harmonies of #402117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402117

Black with #402117

Text Example


Text Example

White with #402117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402117; }

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

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

background-color css

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

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

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

border-color css

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

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

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