Html Css Color HEX #5C5309 Bronze Olive

📋 copy color: '#5C5309'

red 92 ◦ green 83 ◦ blue 9

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

Shades of Bronze Olive #5C5309

Tints of Bronze Olive #5C5309

RGB

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

 GREEN value IS 83 (32.81% from 255) = 45.11%

 BLUE value IS 9 (3.91% from 255) = 4.89%

R = 50%
G = 45.11%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.64

RGB Variations

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

Color information

#5C5309 (or 0x5C5309) is known color: Bronze Olive. HEX triplet: 5C, 53 and 09. RGB value is (92,83,9). Sum of RGB (Red+Green+Blue) = 92+83+9=184 (24% of max value = 765). Red value is 92 (36.33% from 255 or 50% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 9 (3.91% from 255 or 4.89% from 184); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5309 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C5309 is #A3ACF6. Grayscale: #4D4D4D. Windows color (decimal): -10726647 or 611164. OLE color: 611164.

HSL color Cylindrical-coordinate representation of color #5C5309: hue angle of 53.49º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5C5309 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 83 9 -
CMYK 0 0.10 0.90 0.64
HSL 53.49º 0.82% 0.2% -
HSV(B) 53.49º 0.9% 0.36% -
XYZ 7.56 8.48 1.5 -
YUV 77.26 89.48 138.52 -
System Red Green Blue C M Y K H S L
Decimal 92 83 9 0 0.10 0.90 0.64 53.49 0.82 0.2
Hex 5C 53 9 0 A 5A 40 35 52 14
Octal 134 123 11 0 12 132 100 65 122 24
Binary 1011100 1010011 1001 0 1010 1011010 1000000 110101 1010010 10100

Color Harmonies of #5C5309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5309

Black with #5C5309

Text Example


Text Example

White with #5C5309

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,83,9); }

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

background-color css

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

 a { background-color: rgb(92,83,9); }

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

border-color css

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

 span { border-color: rgb(92,83,9); }

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