Html Css Color HEX #47240C Brown Pod

📋 copy color: '#47240C'

red 71 ◦ green 36 ◦ blue 12

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

Shades of Brown Pod #47240C

Tints of Brown Pod #47240C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 30.25%

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

R = 59.66%
G = 30.25%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#47240C (or 0x47240C) is known color: Brown Pod. HEX triplet: 47, 24 and 0C. RGB value is (71,36,12). Sum of RGB (Red+Green+Blue) = 71+36+12=119 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.66% from 119); Green value is 36 (14.45% from 255 or 30.25% from 119); Blue value is 12 (5.08% from 255 or 10.08% from 119); Max value from RGB is 71 - color contains mainly: red. Hex color #47240C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47240C is #B8DBF3. Grayscale: #2B2B2B. Windows color (decimal): -12114932 or 795719. OLE color: 795719.

HSL color Cylindrical-coordinate representation of color #47240C: hue angle of 24.41º 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 #47240C is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 36 12 -
CMYK 0 0.49 0.83 0.72
HSL 24.41º 0.71% 0.16% -
HSV(B) 24.41º 0.83% 0.28% -
XYZ 3.3 2.63 0.68 -
YUV 43.73 110.1 147.45 -
System Red Green Blue C M Y K H S L
Decimal 71 36 12 0 0.49 0.83 0.72 24.41 0.71 0.16
Hex 47 24 C 0 31 53 48 18 47 10
Octal 107 44 14 0 61 123 110 30 107 20
Binary 1000111 100100 1100 0 110001 1010011 1001000 11000 1000111 10000

Color Harmonies of #47240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47240C

Black with #47240C

Text Example


Text Example

White with #47240C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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