Html Css Color HEX #402617 Brown Pod

📋 copy color: '#402617'

red 64 ◦ green 38 ◦ blue 23

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

Shades of Brown Pod #402617

Tints of Brown Pod #402617

RGB

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

 GREEN value IS 38 (15.23% from 255) = 30.4%

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

R = 51.2%
G = 30.4%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.75

RGB Variations

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

Color information

#402617 (or 0x402617) is known color: Brown Pod. HEX triplet: 40, 26 and 17. RGB value is (64,38,23). Sum of RGB (Red+Green+Blue) = 64+38+23=125 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.2% from 125); Green value is 38 (15.23% from 255 or 30.4% from 125); Blue value is 23 (9.38% from 255 or 18.4% from 125); Max value from RGB is 64 - color contains mainly: red. Hex color #402617 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402617 is #BFD9E8. Grayscale: #2C2C2C. Windows color (decimal): -12573161 or 1517120. OLE color: 1517120.

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

Color convert

RGB 64 38 23 -
CMYK 0 0.41 0.64 0.75
HSL 21.95º 0.47% 0.17% -
HSV(B) 21.95º 0.64% 0.25% -
XYZ 2.96 2.54 1.14 -
YUV 44.06 116.11 142.22 -
System Red Green Blue C M Y K H S L
Decimal 64 38 23 0 0.41 0.64 0.75 21.95 0.47 0.17
Hex 40 26 17 0 29 40 4B 16 2F 11
Octal 100 46 27 0 51 100 113 26 57 21
Binary 1000000 100110 10111 0 101001 1000000 1001011 10110 101111 10001

Color Harmonies of #402617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402617

Black with #402617

Text Example


Text Example

White with #402617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402617; }

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

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

background-color css

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

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

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

border-color css

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

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

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