Html Css Color HEX #40200F Brown Pod

📋 copy color: '#40200F'

red 64 ◦ green 32 ◦ blue 15

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

Shades of Brown Pod #40200F

Tints of Brown Pod #40200F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 13.51%

R = 57.66%
G = 28.83%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#40200F (or 0x40200F) is known color: Brown Pod. HEX triplet: 40, 20 and 0F. RGB value is (64,32,15). Sum of RGB (Red+Green+Blue) = 64+32+15=111 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.66% from 111); Green value is 32 (12.89% from 255 or 28.83% from 111); Blue value is 15 (6.25% from 255 or 13.51% from 111); Max value from RGB is 64 - color contains mainly: red. Hex color #40200F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40200F is #BFDFF0. Grayscale: #272727. Windows color (decimal): -12574705 or 991296. OLE color: 991296.

HSL color Cylindrical-coordinate representation of color #40200F: hue angle of 20.82º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #40200F is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 32 15 -
CMYK 0 0.50 0.77 0.75
HSL 20.82º 0.62% 0.15% -
HSV(B) 20.82º 0.77% 0.25% -
XYZ 2.72 2.16 0.73 -
YUV 39.63 114.1 145.38 -
System Red Green Blue C M Y K H S L
Decimal 64 32 15 0 0.50 0.77 0.75 20.82 0.62 0.15
Hex 40 20 F 0 32 4D 4B 15 3E F
Octal 100 40 17 0 62 115 113 25 76 17
Binary 1000000 100000 1111 0 110010 1001101 1001011 10101 111110 1111

Color Harmonies of #40200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40200F

Black with #40200F

Text Example


Text Example

White with #40200F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40200F; }

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

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

background-color css

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

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

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

border-color css

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

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

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