Html Css Color HEX #5C481D Bronze Olive

📋 copy color: '#5C481D'

red 92 ◦ green 72 ◦ blue 29

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

Shades of Bronze Olive #5C481D

Tints of Bronze Olive #5C481D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.31%

 BLUE value IS 29 (11.72% from 255) = 15.03%

R = 47.67%
G = 37.31%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.64

RGB Variations

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

Color information

#5C481D (or 0x5C481D) is known color: Bronze Olive. HEX triplet: 5C, 48 and 1D. RGB value is (92,72,29). Sum of RGB (Red+Green+Blue) = 92+72+29=193 (25% of max value = 765). Red value is 92 (36.33% from 255 or 47.67% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 29 (11.72% from 255 or 15.03% from 193); Max value from RGB is 92 - color contains mainly: red. Hex color #5C481D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C481D is #A3B7E2. Grayscale: #494949. Windows color (decimal): -10729443 or 1919068. OLE color: 1919068.

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

Color convert

RGB 92 72 29 -
CMYK 0 0.22 0.68 0.64
HSL 40.95º 0.52% 0.24% -
HSV(B) 40.95º 0.68% 0.36% -
XYZ 6.95 7 2.15 -
YUV 73.08 103.13 141.5 -
System Red Green Blue C M Y K H S L
Decimal 92 72 29 0 0.22 0.68 0.64 40.95 0.52 0.24
Hex 5C 48 1D 0 16 44 40 29 34 18
Octal 134 110 35 0 26 104 100 51 64 30
Binary 1011100 1001000 11101 0 10110 1000100 1000000 101001 110100 11000

Color Harmonies of #5C481D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C481D

Black with #5C481D

Text Example


Text Example

White with #5C481D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,72,29); }

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

background-color css

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

 a { background-color: rgb(92,72,29); }

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

border-color css

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

 span { border-color: rgb(92,72,29); }

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