Html Css Color HEX #47322C Rebel

📋 copy color: '#47322C'

red 71 ◦ green 50 ◦ blue 44

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

Shades of Rebel #47322C

Tints of Rebel #47322C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 30.3%

 BLUE value IS 44 (17.58% from 255) = 26.67%

R = 43.03%
G = 30.3%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#47322C (or 0x47322C) is known color: Rebel. HEX triplet: 47, 32 and 2C. RGB value is (71,50,44). Sum of RGB (Red+Green+Blue) = 71+50+44=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 44 (17.58% from 255 or 26.67% from 165); Max value from RGB is 71 - color contains mainly: red. Hex color #47322C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47322C is #B8CDD3. Grayscale: #373737. Windows color (decimal): -12111316 or 2896455. OLE color: 2896455.

HSL color Cylindrical-coordinate representation of color #47322C: hue angle of 13.33º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #47322C is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 50 44 -
CMYK 0 0.30 0.38 0.72
HSL 13.33º 0.23% 0.23% -
HSV(B) 13.33º 0.38% 0.28% -
XYZ 4.19 3.8 2.9 -
YUV 55.6 121.46 138.99 -
System Red Green Blue C M Y K H S L
Decimal 71 50 44 0 0.30 0.38 0.72 13.33 0.23 0.23
Hex 47 32 2C 0 1E 26 48 D 17 17
Octal 107 62 54 0 36 46 110 15 27 27
Binary 1000111 110010 101100 0 11110 100110 1001000 1101 10111 10111

Color Harmonies of #47322C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47322C

Black with #47322C

Text Example


Text Example

White with #47322C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,50,44); }

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

background-color css

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

 a { background-color: rgb(71,50,44); }

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

border-color css

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

 span { border-color: rgb(71,50,44); }

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