Html Css Color HEX #554C07 Bronze Olive

📋 copy color: '#554C07'

red 85 ◦ green 76 ◦ blue 7

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

Shades of Bronze Olive #554C07

Tints of Bronze Olive #554C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.17%

R = 50.6%
G = 45.24%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#554C07 (or 0x554C07) is known color: Bronze Olive. HEX triplet: 55, 4C and 07. RGB value is (85,76,7). Sum of RGB (Red+Green+Blue) = 85+76+7=168 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.60% from 168); Green value is 76 (30.08% from 255 or 45.24% from 168); Blue value is 7 (3.12% from 255 or 4.17% from 168); Max value from RGB is 85 - color contains mainly: red. Hex color #554C07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554C07 is #AAB3F8. Grayscale: #474747. Windows color (decimal): -11187193 or 478293. OLE color: 478293.

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

Color convert

RGB 85 76 7 -
CMYK 0 0.11 0.92 0.67
HSL 53.08º 0.85% 0.18% -
HSV(B) 53.08º 0.92% 0.33% -
XYZ 6.37 7.12 1.24 -
YUV 70.83 91.98 138.11 -
System Red Green Blue C M Y K H S L
Decimal 85 76 7 0 0.11 0.92 0.67 53.08 0.85 0.18
Hex 55 4C 7 0 B 5C 43 35 55 12
Octal 125 114 7 0 13 134 103 65 125 22
Binary 1010101 1001100 111 0 1011 1011100 1000011 110101 1010101 10010

Color Harmonies of #554C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554C07

Black with #554C07

Text Example


Text Example

White with #554C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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