Html Css Color HEX #462114 Brown Pod

📋 copy color: '#462114'

red 70 ◦ green 33 ◦ blue 20

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

Shades of Brown Pod #462114

Tints of Brown Pod #462114

RGB

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

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

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

R = 56.91%
G = 26.83%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#462114 (or 0x462114) is known color: Brown Pod. HEX triplet: 46, 21 and 14. RGB value is (70,33,20). Sum of RGB (Red+Green+Blue) = 70+33+20=123 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.91% from 123); Green value is 33 (13.28% from 255 or 26.83% from 123); Blue value is 20 (8.20% from 255 or 16.26% from 123); Max value from RGB is 70 - color contains mainly: red. Hex color #462114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462114 is #B9DEEB. Grayscale: #2A2A2A. Windows color (decimal): -12181228 or 1319238. OLE color: 1319238.

HSL color Cylindrical-coordinate representation of color #462114: hue angle of 15.6º 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 #462114 is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 33 20 -
CMYK 0 0.53 0.71 0.73
HSL 15.6º 0.56% 0.18% -
HSV(B) 15.6º 0.71% 0.27% -
XYZ 3.2 2.44 0.96 -
YUV 42.58 115.26 147.56 -
System Red Green Blue C M Y K H S L
Decimal 70 33 20 0 0.53 0.71 0.73 15.6 0.56 0.18
Hex 46 21 14 0 35 47 49 10 38 12
Octal 106 41 24 0 65 107 111 20 70 22
Binary 1000110 100001 10100 0 110101 1000111 1001001 10000 111000 10010

Color Harmonies of #462114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462114

Black with #462114

Text Example


Text Example

White with #462114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462114; }

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

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

background-color css

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

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

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

border-color css

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

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

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