Html Css Color HEX #5B440C Bronze Olive

📋 copy color: '#5B440C'

red 91 ◦ green 68 ◦ blue 12

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

Shades of Bronze Olive #5B440C

Tints of Bronze Olive #5B440C

RGB

 RED value IS 91 (35.94% from 255) = 53.22%

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

 BLUE value IS 12 (5.08% from 255) = 7.02%

R = 53.22%
G = 39.77%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.64

RGB Variations

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

Color information

#5B440C (or 0x5B440C) is known color: Bronze Olive. HEX triplet: 5B, 44 and 0C. RGB value is (91,68,12). Sum of RGB (Red+Green+Blue) = 91+68+12=171 (22% of max value = 765). Red value is 91 (35.94% from 255 or 53.22% from 171); Green value is 68 (26.95% from 255 or 39.77% from 171); Blue value is 12 (5.08% from 255 or 7.02% from 171); Max value from RGB is 91 - color contains mainly: red. Hex color #5B440C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B440C is #A4BBF3. Grayscale: #444444. Windows color (decimal): -10796020 or 803931. OLE color: 803931.

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

Color convert

RGB 91 68 12 -
CMYK 0 0.25 0.87 0.64
HSL 42.53º 0.77% 0.2% -
HSV(B) 42.53º 0.87% 0.36% -
XYZ 6.45 6.38 1.24 -
YUV 68.49 96.12 144.05 -
System Red Green Blue C M Y K H S L
Decimal 91 68 12 0 0.25 0.87 0.64 42.53 0.77 0.2
Hex 5B 44 C 0 19 57 40 2B 4D 14
Octal 133 104 14 0 31 127 100 53 115 24
Binary 1011011 1000100 1100 0 11001 1010111 1000000 101011 1001101 10100

Color Harmonies of #5B440C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B440C

Black with #5B440C

Text Example


Text Example

White with #5B440C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,68,12); }

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

background-color css

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

 a { background-color: rgb(91,68,12); }

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

border-color css

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

 span { border-color: rgb(91,68,12); }

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