Html Css Color HEX #47230B Brown Pod

📋 copy color: '#47230B'

red 71 ◦ green 35 ◦ blue 11

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

Shades of Brown Pod #47230B

Tints of Brown Pod #47230B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 9.4%

R = 60.68%
G = 29.91%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.85

 K value IS 0.72

RGB Variations

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

Color information

#47230B (or 0x47230B) is known color: Brown Pod. HEX triplet: 47, 23 and 0B. RGB value is (71,35,11). Sum of RGB (Red+Green+Blue) = 71+35+11=117 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.68% from 117); Green value is 35 (14.06% from 255 or 29.91% from 117); Blue value is 11 (4.69% from 255 or 9.40% from 117); Max value from RGB is 71 - color contains mainly: red. Hex color #47230B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47230B is #B8DCF4. Grayscale: #2B2B2B. Windows color (decimal): -12115189 or 729927. OLE color: 729927.

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

Color convert

RGB 71 35 11 -
CMYK 0 0.51 0.85 0.72
HSL 24º 0.73% 0.16% -
HSV(B) 24º 0.85% 0.28% -
XYZ 3.26 2.57 0.64 -
YUV 43.03 109.93 147.95 -
System Red Green Blue C M Y K H S L
Decimal 71 35 11 0 0.51 0.85 0.72 24 0.73 0.16
Hex 47 23 B 0 33 55 48 18 49 10
Octal 107 43 13 0 63 125 110 30 111 20
Binary 1000111 100011 1011 0 110011 1010101 1001000 11000 1001001 10000

Color Harmonies of #47230B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47230B

Black with #47230B

Text Example


Text Example

White with #47230B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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