Html Css Color HEX #5C471E Bronze Olive

📋 copy color: '#5C471E'

red 92 ◦ green 71 ◦ blue 30

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

Shades of Bronze Olive #5C471E

Tints of Bronze Olive #5C471E

RGB

 RED value IS 92 (36.33% from 255) = 47.67%

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

 BLUE value IS 30 (12.11% from 255) = 15.54%

R = 47.67%
G = 36.79%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.67

 K value IS 0.64

RGB Variations

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

Color information

#5C471E (or 0x5C471E) is known color: Bronze Olive. HEX triplet: 5C, 47 and 1E. RGB value is (92,71,30). Sum of RGB (Red+Green+Blue) = 92+71+30=193 (25% of max value = 765). Red value is 92 (36.33% from 255 or 47.67% from 193); Green value is 71 (28.12% from 255 or 36.79% from 193); Blue value is 30 (12.11% from 255 or 15.54% from 193); Max value from RGB is 92 - color contains mainly: red. Hex color #5C471E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C471E is #A3B8E1. Grayscale: #484848. Windows color (decimal): -10729698 or 1984348. OLE color: 1984348.

HSL color Cylindrical-coordinate representation of color #5C471E: hue angle of 39.68º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5C471E is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 71 30 -
CMYK 0 0.23 0.67 0.64
HSL 39.68º 0.51% 0.24% -
HSV(B) 39.68º 0.67% 0.36% -
XYZ 6.9 6.88 2.19 -
YUV 72.61 103.96 141.83 -
System Red Green Blue C M Y K H S L
Decimal 92 71 30 0 0.23 0.67 0.64 39.68 0.51 0.24
Hex 5C 47 1E 0 17 43 40 28 33 18
Octal 134 107 36 0 27 103 100 50 63 30
Binary 1011100 1000111 11110 0 10111 1000011 1000000 101000 110011 11000

Color Harmonies of #5C471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C471E

Black with #5C471E

Text Example


Text Example

White with #5C471E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,71,30); }

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

background-color css

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

 a { background-color: rgb(92,71,30); }

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

border-color css

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

 span { border-color: rgb(92,71,30); }

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