Html Css Color HEX #40210A Brown Pod

📋 copy color: '#40210A'

red 64 ◦ green 33 ◦ blue 10

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

Shades of Brown Pod #40210A

Tints of Brown Pod #40210A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 9.35%

R = 59.81%
G = 30.84%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.75

RGB Variations

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

Color information

#40210A (or 0x40210A) is known color: Brown Pod. HEX triplet: 40, 21 and 0A. RGB value is (64,33,10). Sum of RGB (Red+Green+Blue) = 64+33+10=107 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.81% from 107); Green value is 33 (13.28% from 255 or 30.84% from 107); Blue value is 10 (4.30% from 255 or 9.35% from 107); Max value from RGB is 64 - color contains mainly: red. Hex color #40210A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40210A is #BFDEF5. Grayscale: #272727. Windows color (decimal): -12574454 or 663872. OLE color: 663872.

HSL color Cylindrical-coordinate representation of color #40210A: hue angle of 25.56º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #40210A is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 33 10 -
CMYK 0 0.48 0.84 0.75
HSL 25.56º 0.73% 0.15% -
HSV(B) 25.56º 0.84% 0.25% -
XYZ 2.71 2.2 0.57 -
YUV 39.65 111.27 145.37 -
System Red Green Blue C M Y K H S L
Decimal 64 33 10 0 0.48 0.84 0.75 25.56 0.73 0.15
Hex 40 21 A 0 30 54 4B 1A 49 F
Octal 100 41 12 0 60 124 113 32 111 17
Binary 1000000 100001 1010 0 110000 1010100 1001011 11010 1001001 1111

Color Harmonies of #40210A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40210A

Black with #40210A

Text Example


Text Example

White with #40210A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40210A; }

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

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

background-color css

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

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

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

border-color css

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

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

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