Html Css Color HEX #47230C Brown Pod

📋 copy color: '#47230C'

red 71 ◦ green 35 ◦ blue 12

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

Shades of Brown Pod #47230C

Tints of Brown Pod #47230C

RGB

 RED value IS 71 (28.13% from 255) = 60.17%

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

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

R = 60.17%
G = 29.66%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#47230C (or 0x47230C) is known color: Brown Pod. HEX triplet: 47, 23 and 0C. RGB value is (71,35,12). Sum of RGB (Red+Green+Blue) = 71+35+12=118 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.17% from 118); Green value is 35 (14.06% from 255 or 29.66% from 118); Blue value is 12 (5.08% from 255 or 10.17% from 118); Max value from RGB is 71 - color contains mainly: red. Hex color #47230C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47230C is #B8DCF3. Grayscale: #2B2B2B. Windows color (decimal): -12115188 or 795463. OLE color: 795463.

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

Color convert

RGB 71 35 12 -
CMYK 0 0.51 0.83 0.72
HSL 23.39º 0.71% 0.16% -
HSV(B) 23.39º 0.83% 0.28% -
XYZ 3.27 2.57 0.67 -
YUV 43.14 110.43 147.87 -
System Red Green Blue C M Y K H S L
Decimal 71 35 12 0 0.51 0.83 0.72 23.39 0.71 0.16
Hex 47 23 C 0 33 53 48 17 47 10
Octal 107 43 14 0 63 123 110 27 107 20
Binary 1000111 100011 1100 0 110011 1010011 1001000 10111 1000111 10000

Color Harmonies of #47230C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47230C

Black with #47230C

Text Example


Text Example

White with #47230C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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