Html Css Color HEX #5C4415 Bronze Olive

📋 copy color: '#5C4415'

red 92 ◦ green 68 ◦ blue 21

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

Shades of Bronze Olive #5C4415

Tints of Bronze Olive #5C4415

RGB

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

 GREEN value IS 68 (26.95% from 255) = 37.57%

 BLUE value IS 21 (8.59% from 255) = 11.6%

R = 50.83%
G = 37.57%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.64

RGB Variations

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

Color information

#5C4415 (or 0x5C4415) is known color: Bronze Olive. HEX triplet: 5C, 44 and 15. RGB value is (92,68,21). Sum of RGB (Red+Green+Blue) = 92+68+21=181 (23% of max value = 765). Red value is 92 (36.33% from 255 or 50.83% from 181); Green value is 68 (26.95% from 255 or 37.57% from 181); Blue value is 21 (8.59% from 255 or 11.60% from 181); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4415 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C4415 is #A3BBEA. Grayscale: #464646. Windows color (decimal): -10730475 or 1393756. OLE color: 1393756.

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

Color convert

RGB 92 68 21 -
CMYK 0 0.26 0.77 0.64
HSL 39.72º 0.63% 0.22% -
HSV(B) 39.72º 0.77% 0.36% -
XYZ 6.62 6.46 1.61 -
YUV 69.82 100.45 143.82 -
System Red Green Blue C M Y K H S L
Decimal 92 68 21 0 0.26 0.77 0.64 39.72 0.63 0.22
Hex 5C 44 15 0 1A 4D 40 28 3F 16
Octal 134 104 25 0 32 115 100 50 77 26
Binary 1011100 1000100 10101 0 11010 1001101 1000000 101000 111111 10110

Color Harmonies of #5C4415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C4415

Black with #5C4415

Text Example


Text Example

White with #5C4415

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,68,21); }

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

background-color css

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

 a { background-color: rgb(92,68,21); }

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

border-color css

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

 span { border-color: rgb(92,68,21); }

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