Html Css Color HEX #5C471A Bronze Olive

📋 copy color: '#5C471A'

red 92 ◦ green 71 ◦ blue 26

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

Shades of Bronze Olive #5C471A

Tints of Bronze Olive #5C471A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.76%

R = 48.68%
G = 37.57%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.72

 K value IS 0.64

RGB Variations

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

Color information

#5C471A (or 0x5C471A) is known color: Bronze Olive. HEX triplet: 5C, 47 and 1A. RGB value is (92,71,26). Sum of RGB (Red+Green+Blue) = 92+71+26=189 (25% of max value = 765). Red value is 92 (36.33% from 255 or 48.68% from 189); Green value is 71 (28.12% from 255 or 37.57% from 189); Blue value is 26 (10.55% from 255 or 13.76% from 189); Max value from RGB is 92 - color contains mainly: red. Hex color #5C471A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C471A is #A3B8E5. Grayscale: #484848. Windows color (decimal): -10729702 or 1722204. OLE color: 1722204.

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

Color convert

RGB 92 71 26 -
CMYK 0 0.23 0.72 0.64
HSL 40.91º 0.56% 0.23% -
HSV(B) 40.91º 0.72% 0.36% -
XYZ 6.85 6.86 1.94 -
YUV 72.15 101.96 142.16 -
System Red Green Blue C M Y K H S L
Decimal 92 71 26 0 0.23 0.72 0.64 40.91 0.56 0.23
Hex 5C 47 1A 0 17 48 40 29 38 17
Octal 134 107 32 0 27 110 100 51 70 27
Binary 1011100 1000111 11010 0 10111 1001000 1000000 101001 111000 10111

Color Harmonies of #5C471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C471A

Black with #5C471A

Text Example


Text Example

White with #5C471A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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