Html Css Color HEX #472D26 Rebel

📋 copy color: '#472D26'

red 71 ◦ green 45 ◦ blue 38

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

Shades of Rebel #472D26

Tints of Rebel #472D26

RGB

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

 GREEN value IS 45 (17.97% from 255) = 29.22%

 BLUE value IS 38 (15.23% from 255) = 24.68%

R = 46.1%
G = 29.22%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#472D26 (or 0x472D26) is known color: Rebel. HEX triplet: 47, 2D and 26. RGB value is (71,45,38). Sum of RGB (Red+Green+Blue) = 71+45+38=154 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.10% from 154); Green value is 45 (17.97% from 255 or 29.22% from 154); Blue value is 38 (15.23% from 255 or 24.68% from 154); Max value from RGB is 71 - color contains mainly: red. Hex color #472D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472D26 is #B8D2D9. Grayscale: #343434. Windows color (decimal): -12112602 or 2501959. OLE color: 2501959.

HSL color Cylindrical-coordinate representation of color #472D26: hue angle of 12.73º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #472D26 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 45 38 -
CMYK 0 0.37 0.46 0.72
HSL 12.73º 0.3% 0.21% -
HSV(B) 12.73º 0.46% 0.28% -
XYZ 3.89 3.36 2.28 -
YUV 51.98 120.11 141.57 -
System Red Green Blue C M Y K H S L
Decimal 71 45 38 0 0.37 0.46 0.72 12.73 0.3 0.21
Hex 47 2D 26 0 25 2E 48 D 1E 15
Octal 107 55 46 0 45 56 110 15 36 25
Binary 1000111 101101 100110 0 100101 101110 1001000 1101 11110 10101

Color Harmonies of #472D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472D26

Black with #472D26

Text Example


Text Example

White with #472D26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,45,38); }

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

background-color css

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

 a { background-color: rgb(71,45,38); }

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

border-color css

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

 span { border-color: rgb(71,45,38); }

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