Html Css Color HEX #402317 Brown Pod

📋 copy color: '#402317'

red 64 ◦ green 35 ◦ blue 23

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

Shades of Brown Pod #402317

Tints of Brown Pod #402317

RGB

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

 GREEN value IS 35 (14.06% from 255) = 28.69%

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

R = 52.46%
G = 28.69%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.75

RGB Variations

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

Color information

#402317 (or 0x402317) is known color: Brown Pod. HEX triplet: 40, 23 and 17. RGB value is (64,35,23). Sum of RGB (Red+Green+Blue) = 64+35+23=122 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.46% from 122); Green value is 35 (14.06% from 255 or 28.69% from 122); Blue value is 23 (9.38% from 255 or 18.85% from 122); Max value from RGB is 64 - color contains mainly: red. Hex color #402317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402317 is #BFDCE8. Grayscale: #2A2A2A. Windows color (decimal): -12573929 or 1516352. OLE color: 1516352.

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

Color convert

RGB 64 35 23 -
CMYK 0 0.45 0.64 0.75
HSL 17.56º 0.47% 0.17% -
HSV(B) 17.56º 0.64% 0.25% -
XYZ 2.87 2.35 1.11 -
YUV 42.3 117.11 143.48 -
System Red Green Blue C M Y K H S L
Decimal 64 35 23 0 0.45 0.64 0.75 17.56 0.47 0.17
Hex 40 23 17 0 2D 40 4B 12 2F 11
Octal 100 43 27 0 55 100 113 22 57 21
Binary 1000000 100011 10111 0 101101 1000000 1001011 10010 101111 10001

Color Harmonies of #402317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402317

Black with #402317

Text Example


Text Example

White with #402317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402317; }

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

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

background-color css

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

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

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

border-color css

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

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

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