Html Css Color HEX #5B472E Deep Bronze

📋 copy color: '#5B472E'

red 91 ◦ green 71 ◦ blue 46

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

Shades of Deep Bronze #5B472E

Tints of Deep Bronze #5B472E

RGB

 RED value IS 91 (35.94% from 255) = 43.75%

 GREEN value IS 71 (28.13% from 255) = 34.13%

 BLUE value IS 46 (18.36% from 255) = 22.12%

R = 43.75%
G = 34.13%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.49

 K value IS 0.64

RGB Variations

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

Color information

#5B472E (or 0x5B472E) is known color: Deep Bronze. HEX triplet: 5B, 47 and 2E. RGB value is (91,71,46). Sum of RGB (Red+Green+Blue) = 91+71+46=208 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.75% from 208); Green value is 71 (28.12% from 255 or 34.13% from 208); Blue value is 46 (18.36% from 255 or 22.12% from 208); Max value from RGB is 91 - color contains mainly: red. Hex color #5B472E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B472E is #A4B8D1. Grayscale: #4A4A4A. Windows color (decimal): -10795218 or 3032923. OLE color: 3032923.

HSL color Cylindrical-coordinate representation of color #5B472E: hue angle of 33.33º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5B472E is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 71 46 -
CMYK 0 0.22 0.49 0.64
HSL 33.33º 0.33% 0.27% -
HSV(B) 33.33º 0.49% 0.36% -
XYZ 7.06 6.93 3.55 -
YUV 74.13 112.13 140.03 -
System Red Green Blue C M Y K H S L
Decimal 91 71 46 0 0.22 0.49 0.64 33.33 0.33 0.27
Hex 5B 47 2E 0 16 31 40 21 21 1B
Octal 133 107 56 0 26 61 100 41 41 33
Binary 1011011 1000111 101110 0 10110 110001 1000000 100001 100001 11011

Color Harmonies of #5B472E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B472E

Black with #5B472E

Text Example


Text Example

White with #5B472E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B472E; }

 p { color: rgb(91,71,46); }

 H1.HeaderClassName
 {
   color: #5B472E;
 }
 .AnyTagClassName
 {
   color: #5B472E;
 }
</style>

background-color css

<style>
 a { background-color: #5B472E; }

 a { background-color: rgb(91,71,46); }

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

border-color css

<style>
 span { border-color: #5B472E; }

 span { border-color: rgb(91,71,46); }

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