Html Css Color HEX #47231B Brown Pod

📋 copy color: '#47231B'

red 71 ◦ green 35 ◦ blue 27

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

Shades of Brown Pod #47231B

Tints of Brown Pod #47231B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 20.3%

R = 53.38%
G = 26.32%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#47231B (or 0x47231B) is known color: Brown Pod. HEX triplet: 47, 23 and 1B. RGB value is (71,35,27). Sum of RGB (Red+Green+Blue) = 71+35+27=133 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.38% from 133); Green value is 35 (14.06% from 255 or 26.32% from 133); Blue value is 27 (10.94% from 255 or 20.30% from 133); Max value from RGB is 71 - color contains mainly: red. Hex color #47231B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47231B is #B8DCE4. Grayscale: #2C2C2C. Windows color (decimal): -12115173 or 1778503. OLE color: 1778503.

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

Color convert

RGB 71 35 27 -
CMYK 0 0.51 0.62 0.72
HSL 10.91º 0.45% 0.19% -
HSV(B) 10.91º 0.62% 0.28% -
XYZ 3.4 2.62 1.36 -
YUV 44.85 117.93 146.65 -
System Red Green Blue C M Y K H S L
Decimal 71 35 27 0 0.51 0.62 0.72 10.91 0.45 0.19
Hex 47 23 1B 0 33 3E 48 B 2D 13
Octal 107 43 33 0 63 76 110 13 55 23
Binary 1000111 100011 11011 0 110011 111110 1001000 1011 101101 10011

Color Harmonies of #47231B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47231B

Black with #47231B

Text Example


Text Example

White with #47231B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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