Html Css Color HEX #554E07 Bronze Olive

📋 copy color: '#554E07'

red 85 ◦ green 78 ◦ blue 7

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

Shades of Bronze Olive #554E07

Tints of Bronze Olive #554E07

RGB

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

 GREEN value IS 78 (30.86% from 255) = 45.88%

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

R = 50%
G = 45.88%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#554E07 (or 0x554E07) is known color: Bronze Olive. HEX triplet: 55, 4E and 07. RGB value is (85,78,7). Sum of RGB (Red+Green+Blue) = 85+78+7=170 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50% from 170); Green value is 78 (30.86% from 255 or 45.88% from 170); Blue value is 7 (3.12% from 255 or 4.12% from 170); Max value from RGB is 85 - color contains mainly: red. Hex color #554E07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554E07 is #AAB1F8. Grayscale: #484848. Windows color (decimal): -11186681 or 478805. OLE color: 478805.

HSL color Cylindrical-coordinate representation of color #554E07: hue angle of 54.62º 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 #554E07 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 78 7 -
CMYK 0 0.08 0.92 0.67
HSL 54.62º 0.85% 0.18% -
HSV(B) 54.62º 0.92% 0.33% -
XYZ 6.51 7.4 1.29 -
YUV 72 91.32 137.27 -
System Red Green Blue C M Y K H S L
Decimal 85 78 7 0 0.08 0.92 0.67 54.62 0.85 0.18
Hex 55 4E 7 0 8 5C 43 37 55 12
Octal 125 116 7 0 10 134 103 67 125 22
Binary 1010101 1001110 111 0 1000 1011100 1000011 110111 1010101 10010

Color Harmonies of #554E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554E07

Black with #554E07

Text Example


Text Example

White with #554E07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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