Html Css Color HEX #472F28 Rebel

📋 copy color: '#472F28'

red 71 ◦ green 47 ◦ blue 40

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

Shades of Rebel #472F28

Tints of Rebel #472F28

RGB

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

 GREEN value IS 47 (18.75% from 255) = 29.75%

 BLUE value IS 40 (16.02% from 255) = 25.32%

R = 44.94%
G = 29.75%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#472F28 (or 0x472F28) is known color: Rebel. HEX triplet: 47, 2F and 28. RGB value is (71,47,40). Sum of RGB (Red+Green+Blue) = 71+47+40=158 (20% of max value = 765). Red value is 71 (28.12% from 255 or 44.94% from 158); Green value is 47 (18.75% from 255 or 29.75% from 158); Blue value is 40 (16.02% from 255 or 25.32% from 158); Max value from RGB is 71 - color contains mainly: red. Hex color #472F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F28 is #B8D0D7. Grayscale: #353535. Windows color (decimal): -12112088 or 2633543. OLE color: 2633543.

HSL color Cylindrical-coordinate representation of color #472F28: hue angle of 13.55º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #472F28 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 47 40 -
CMYK 0 0.34 0.44 0.72
HSL 13.55º 0.28% 0.22% -
HSV(B) 13.55º 0.44% 0.28% -
XYZ 4 3.53 2.48 -
YUV 53.38 120.45 140.57 -
System Red Green Blue C M Y K H S L
Decimal 71 47 40 0 0.34 0.44 0.72 13.55 0.28 0.22
Hex 47 2F 28 0 22 2C 48 E 1C 16
Octal 107 57 50 0 42 54 110 16 34 26
Binary 1000111 101111 101000 0 100010 101100 1001000 1110 11100 10110

Color Harmonies of #472F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F28

Black with #472F28

Text Example


Text Example

White with #472F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472F28; }

 p { color: rgb(71,47,40); }

 H1.HeaderClassName
 {
   color: #472F28;
 }
 .AnyTagClassName
 {
   color: #472F28;
 }
</style>

background-color css

<style>
 a { background-color: #472F28; }

 a { background-color: rgb(71,47,40); }

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

border-color css

<style>
 span { border-color: #472F28; }

 span { border-color: rgb(71,47,40); }

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