Html Css Color HEX #47230D Brown Pod

📋 copy color: '#47230D'

red 71 ◦ green 35 ◦ blue 13

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

Shades of Brown Pod #47230D

Tints of Brown Pod #47230D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10.92%

R = 59.66%
G = 29.41%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#47230D (or 0x47230D) is known color: Brown Pod. HEX triplet: 47, 23 and 0D. RGB value is (71,35,13). Sum of RGB (Red+Green+Blue) = 71+35+13=119 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.66% from 119); Green value is 35 (14.06% from 255 or 29.41% from 119); Blue value is 13 (5.47% from 255 or 10.92% from 119); Max value from RGB is 71 - color contains mainly: red. Hex color #47230D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47230D is #B8DCF2. Grayscale: #2B2B2B. Windows color (decimal): -12115187 or 860999. OLE color: 860999.

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

Color convert

RGB 71 35 13 -
CMYK 0 0.51 0.82 0.72
HSL 22.76º 0.69% 0.16% -
HSV(B) 22.76º 0.82% 0.28% -
XYZ 3.27 2.57 0.7 -
YUV 43.26 110.93 147.79 -
System Red Green Blue C M Y K H S L
Decimal 71 35 13 0 0.51 0.82 0.72 22.76 0.69 0.16
Hex 47 23 D 0 33 52 48 17 45 10
Octal 107 43 15 0 63 122 110 27 105 20
Binary 1000111 100011 1101 0 110011 1010010 1001000 10111 1000101 10000

Color Harmonies of #47230D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47230D

Black with #47230D

Text Example


Text Example

White with #47230D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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