Html Css Color HEX #462414 Brown Pod

📋 copy color: '#462414'

red 70 ◦ green 36 ◦ blue 20

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

Shades of Brown Pod #462414

Tints of Brown Pod #462414

RGB

 RED value IS 70 (27.73% from 255) = 55.56%

 GREEN value IS 36 (14.45% from 255) = 28.57%

 BLUE value IS 20 (8.2% from 255) = 15.87%

R = 55.56%
G = 28.57%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#462414 (or 0x462414) is known color: Brown Pod. HEX triplet: 46, 24 and 14. RGB value is (70,36,20). Sum of RGB (Red+Green+Blue) = 70+36+20=126 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.56% from 126); Green value is 36 (14.45% from 255 or 28.57% from 126); Blue value is 20 (8.20% from 255 or 15.87% from 126); Max value from RGB is 70 - color contains mainly: red. Hex color #462414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462414 is #B9DBEB. Grayscale: #2C2C2C. Windows color (decimal): -12180460 or 1320006. OLE color: 1320006.

HSL color Cylindrical-coordinate representation of color #462414: hue angle of 19.2º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #462414 is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 36 20 -
CMYK 0 0.49 0.71 0.73
HSL 19.2º 0.56% 0.18% -
HSV(B) 19.2º 0.71% 0.27% -
XYZ 3.28 2.61 0.99 -
YUV 44.34 114.26 146.3 -
System Red Green Blue C M Y K H S L
Decimal 70 36 20 0 0.49 0.71 0.73 19.2 0.56 0.18
Hex 46 24 14 0 31 47 49 13 38 12
Octal 106 44 24 0 61 107 111 23 70 22
Binary 1000110 100100 10100 0 110001 1000111 1001001 10011 111000 10010

Color Harmonies of #462414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462414

Black with #462414

Text Example


Text Example

White with #462414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462414; }

 p { color: rgb(70,36,20); }

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

background-color css

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

 a { background-color: rgb(70,36,20); }

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

border-color css

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

 span { border-color: rgb(70,36,20); }

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