Html Css Color HEX #5C461F Bronze Olive

📋 copy color: '#5C461F'

red 92 ◦ green 70 ◦ blue 31

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

Shades of Bronze Olive #5C461F

Tints of Bronze Olive #5C461F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.27%

 BLUE value IS 31 (12.5% from 255) = 16.06%

R = 47.67%
G = 36.27%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.66

 K value IS 0.64

RGB Variations

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

Color information

#5C461F (or 0x5C461F) is known color: Bronze Olive. HEX triplet: 5C, 46 and 1F. RGB value is (92,70,31). Sum of RGB (Red+Green+Blue) = 92+70+31=193 (25% of max value = 765). Red value is 92 (36.33% from 255 or 47.67% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 31 (12.5% from 255 or 16.06% from 193); Max value from RGB is 92 - color contains mainly: red. Hex color #5C461F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C461F is #A3B9E0. Grayscale: #484848. Windows color (decimal): -10729953 or 2049628. OLE color: 2049628.

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

Color convert

RGB 92 70 31 -
CMYK 0 0.24 0.66 0.64
HSL 38.36º 0.5% 0.24% -
HSV(B) 38.36º 0.66% 0.36% -
XYZ 6.85 6.75 2.24 -
YUV 72.13 104.79 142.17 -
System Red Green Blue C M Y K H S L
Decimal 92 70 31 0 0.24 0.66 0.64 38.36 0.5 0.24
Hex 5C 46 1F 0 18 42 40 26 32 18
Octal 134 106 37 0 30 102 100 46 62 30
Binary 1011100 1000110 11111 0 11000 1000010 1000000 100110 110010 11000

Color Harmonies of #5C461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C461F

Black with #5C461F

Text Example


Text Example

White with #5C461F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,70,31); }

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

background-color css

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

 a { background-color: rgb(92,70,31); }

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

border-color css

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

 span { border-color: rgb(92,70,31); }

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