Html Css Color HEX #554E1F Bronze Olive

📋 copy color: '#554E1F'

red 85 ◦ green 78 ◦ blue 31

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

Shades of Bronze Olive #554E1F

Tints of Bronze Olive #554E1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.98%

R = 43.81%
G = 40.21%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#554E1F (or 0x554E1F) is known color: Bronze Olive. HEX triplet: 55, 4E and 1F. RGB value is (85,78,31). Sum of RGB (Red+Green+Blue) = 85+78+31=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 78 (30.86% from 255 or 40.21% from 194); Blue value is 31 (12.5% from 255 or 15.98% from 194); Max value from RGB is 85 - color contains mainly: red. Hex color #554E1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554E1F is #AAB1E0. Grayscale: #4A4A4A. Windows color (decimal): -11186657 or 2051669. OLE color: 2051669.

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

Color convert

RGB 85 78 31 -
CMYK 0 0.08 0.64 0.67
HSL 52.22º 0.47% 0.23% -
HSV(B) 52.22º 0.64% 0.33% -
XYZ 6.72 7.48 2.39 -
YUV 74.74 103.32 135.32 -
System Red Green Blue C M Y K H S L
Decimal 85 78 31 0 0.08 0.64 0.67 52.22 0.47 0.23
Hex 55 4E 1F 0 8 40 43 34 2F 17
Octal 125 116 37 0 10 100 103 64 57 27
Binary 1010101 1001110 11111 0 1000 1000000 1000011 110100 101111 10111

Color Harmonies of #554E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554E1F

Black with #554E1F

Text Example


Text Example

White with #554E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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