Html Css Color HEX #554C0E Bronze Olive

📋 copy color: '#554C0E'

red 85 ◦ green 76 ◦ blue 14

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

Shades of Bronze Olive #554C0E

Tints of Bronze Olive #554C0E

RGB

 RED value IS 85 (33.59% from 255) = 48.57%

 GREEN value IS 76 (30.08% from 255) = 43.43%

 BLUE value IS 14 (5.86% from 255) = 8%

R = 48.57%
G = 43.43%
B = 8%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#554C0E (or 0x554C0E) is known color: Bronze Olive. HEX triplet: 55, 4C and 0E. RGB value is (85,76,14). Sum of RGB (Red+Green+Blue) = 85+76+14=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 76 (30.08% from 255 or 43.43% from 175); Blue value is 14 (5.86% from 255 or 8% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #554C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554C0E is #AAB3F1. Grayscale: #474747. Windows color (decimal): -11187186 or 937045. OLE color: 937045.

HSL color Cylindrical-coordinate representation of color #554C0E: hue angle of 52.39º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #554C0E is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 76 14 -
CMYK 0 0.11 0.84 0.67
HSL 52.39º 0.72% 0.19% -
HSV(B) 52.39º 0.84% 0.33% -
XYZ 6.41 7.13 1.45 -
YUV 71.62 95.48 137.54 -
System Red Green Blue C M Y K H S L
Decimal 85 76 14 0 0.11 0.84 0.67 52.39 0.72 0.19
Hex 55 4C E 0 B 54 43 34 48 13
Octal 125 114 16 0 13 124 103 64 110 23
Binary 1010101 1001100 1110 0 1011 1010100 1000011 110100 1001000 10011

Color Harmonies of #554C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554C0E

Black with #554C0E

Text Example


Text Example

White with #554C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554C0E; }

 p { color: rgb(85,76,14); }

 H1.HeaderClassName
 {
   color: #554C0E;
 }
 .AnyTagClassName
 {
   color: #554C0E;
 }
</style>

background-color css

<style>
 a { background-color: #554C0E; }

 a { background-color: rgb(85,76,14); }

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

border-color css

<style>
 span { border-color: #554C0E; }

 span { border-color: rgb(85,76,14); }

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