Html Css Color HEX #46230A Brown Pod

📋 copy color: '#46230A'

red 70 ◦ green 35 ◦ blue 10

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

Shades of Brown Pod #46230A

Tints of Brown Pod #46230A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 30.43%

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

R = 60.87%
G = 30.43%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.86

 K value IS 0.73

RGB Variations

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

Color information

#46230A (or 0x46230A) is known color: Brown Pod. HEX triplet: 46, 23 and 0A. RGB value is (70,35,10). Sum of RGB (Red+Green+Blue) = 70+35+10=115 (15% of max value = 765). Red value is 70 (27.73% from 255 or 60.87% from 115); Green value is 35 (14.06% from 255 or 30.43% from 115); Blue value is 10 (4.30% from 255 or 8.70% from 115); Max value from RGB is 70 - color contains mainly: red. Hex color #46230A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46230A is #B9DCF5. Grayscale: #2A2A2A. Windows color (decimal): -12180726 or 664390. OLE color: 664390.

HSL color Cylindrical-coordinate representation of color #46230A: hue angle of 25º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #46230A is Cyan = 0, Magento = 0.5, Yellow = 0.86 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 35 10 -
CMYK 0 0.5 0.86 0.73
HSL 25º 0.75% 0.16% -
HSV(B) 25º 0.86% 0.27% -
XYZ 3.18 2.53 0.61 -
YUV 42.62 109.6 147.53 -
System Red Green Blue C M Y K H S L
Decimal 70 35 10 0 0.5 0.86 0.73 25 0.75 0.16
Hex 46 23 A 0 32 56 49 19 4B 10
Octal 106 43 12 0 62 126 111 31 113 20
Binary 1000110 100011 1010 0 110010 1010110 1001001 11001 1001011 10000

Color Harmonies of #46230A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46230A

Black with #46230A

Text Example


Text Example

White with #46230A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,35,10); }

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

background-color css

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

 a { background-color: rgb(70,35,10); }

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

border-color css

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

 span { border-color: rgb(70,35,10); }

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