Html Css Color HEX #46230C Brown Pod

📋 copy color: '#46230C'

red 70 ◦ green 35 ◦ blue 12

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

Shades of Brown Pod #46230C

Tints of Brown Pod #46230C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 10.26%

R = 59.83%
G = 29.91%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.83

 K value IS 0.73

RGB Variations

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

Color information

#46230C (or 0x46230C) is known color: Brown Pod. HEX triplet: 46, 23 and 0C. RGB value is (70,35,12). Sum of RGB (Red+Green+Blue) = 70+35+12=117 (15% of max value = 765). Red value is 70 (27.73% from 255 or 59.83% from 117); Green value is 35 (14.06% from 255 or 29.91% from 117); Blue value is 12 (5.08% from 255 or 10.26% from 117); Max value from RGB is 70 - color contains mainly: red. Hex color #46230C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46230C is #B9DCF3. Grayscale: #2A2A2A. Windows color (decimal): -12180724 or 795462. OLE color: 795462.

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

Color convert

RGB 70 35 12 -
CMYK 0 0.5 0.83 0.73
HSL 23.79º 0.71% 0.16% -
HSV(B) 23.79º 0.83% 0.27% -
XYZ 3.19 2.53 0.67 -
YUV 42.84 110.6 147.37 -
System Red Green Blue C M Y K H S L
Decimal 70 35 12 0 0.5 0.83 0.73 23.79 0.71 0.16
Hex 46 23 C 0 32 53 49 18 47 10
Octal 106 43 14 0 62 123 111 30 107 20
Binary 1000110 100011 1100 0 110010 1010011 1001001 11000 1000111 10000

Color Harmonies of #46230C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46230C

Black with #46230C

Text Example


Text Example

White with #46230C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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