Html Css Color HEX #554E1E Bronze Olive

📋 copy color: '#554E1E'

red 85 ◦ green 78 ◦ blue 30

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

Shades of Bronze Olive #554E1E

Tints of Bronze Olive #554E1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.54%

R = 44.04%
G = 40.41%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#554E1E (or 0x554E1E) is known color: Bronze Olive. HEX triplet: 55, 4E and 1E. RGB value is (85,78,30). Sum of RGB (Red+Green+Blue) = 85+78+30=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 78 (30.86% from 255 or 40.41% from 193); Blue value is 30 (12.11% from 255 or 15.54% from 193); Max value from RGB is 85 - color contains mainly: red. Hex color #554E1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554E1E is #AAB1E1. Grayscale: #4A4A4A. Windows color (decimal): -11186658 or 1986133. OLE color: 1986133.

HSL color Cylindrical-coordinate representation of color #554E1E: hue angle of 52.36º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #554E1E is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 78 30 -
CMYK 0 0.08 0.65 0.67
HSL 52.36º 0.48% 0.23% -
HSV(B) 52.36º 0.65% 0.33% -
XYZ 6.71 7.47 2.32 -
YUV 74.62 102.82 135.4 -
System Red Green Blue C M Y K H S L
Decimal 85 78 30 0 0.08 0.65 0.67 52.36 0.48 0.23
Hex 55 4E 1E 0 8 41 43 34 30 17
Octal 125 116 36 0 10 101 103 64 60 27
Binary 1010101 1001110 11110 0 1000 1000001 1000011 110100 110000 10111

Color Harmonies of #554E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554E1E

Black with #554E1E

Text Example


Text Example

White with #554E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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