Html Css Color HEX #462413 Brown Pod

📋 copy color: '#462413'

red 70 ◦ green 36 ◦ blue 19

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

Shades of Brown Pod #462413

Tints of Brown Pod #462413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 15.2%

R = 56%
G = 28.8%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.73

 K value IS 0.73

RGB Variations

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

Color information

#462413 (or 0x462413) is known color: Brown Pod. HEX triplet: 46, 24 and 13. RGB value is (70,36,19). Sum of RGB (Red+Green+Blue) = 70+36+19=125 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56% from 125); Green value is 36 (14.45% from 255 or 28.8% from 125); Blue value is 19 (7.81% from 255 or 15.2% from 125); Max value from RGB is 70 - color contains mainly: red. Hex color #462413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462413 is #B9DBEC. Grayscale: #2C2C2C. Windows color (decimal): -12180461 or 1254470. OLE color: 1254470.

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

Color convert

RGB 70 36 19 -
CMYK 0 0.49 0.73 0.73
HSL 20º 0.57% 0.17% -
HSV(B) 20º 0.73% 0.27% -
XYZ 3.27 2.61 0.95 -
YUV 44.23 113.76 146.38 -
System Red Green Blue C M Y K H S L
Decimal 70 36 19 0 0.49 0.73 0.73 20 0.57 0.17
Hex 46 24 13 0 31 49 49 14 39 11
Octal 106 44 23 0 61 111 111 24 71 21
Binary 1000110 100100 10011 0 110001 1001001 1001001 10100 111001 10001

Color Harmonies of #462413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462413

Black with #462413

Text Example


Text Example

White with #462413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462413; }

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

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

background-color css

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

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

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

border-color css

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

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

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