Html Css Color HEX #554727 Bronze Olive

📋 copy color: '#554727'

red 85 ◦ green 71 ◦ blue 39

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

Shades of Bronze Olive #554727

Tints of Bronze Olive #554727

RGB

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

 GREEN value IS 71 (28.13% from 255) = 36.41%

 BLUE value IS 39 (15.63% from 255) = 20%

R = 43.59%
G = 36.41%
B = 20%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#554727 (or 0x554727) is known color: Bronze Olive. HEX triplet: 55, 47 and 27. RGB value is (85,71,39). Sum of RGB (Red+Green+Blue) = 85+71+39=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 71 (28.12% from 255 or 36.41% from 195); Blue value is 39 (15.62% from 255 or 20% from 195); Max value from RGB is 85 - color contains mainly: red. Hex color #554727 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554727 is #AAB8D8. Grayscale: #474747. Windows color (decimal): -11188441 or 2574165. OLE color: 2574165.

HSL color Cylindrical-coordinate representation of color #554727: hue angle of 41.74º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #554727 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 71 39 -
CMYK 0 0.16 0.54 0.67
HSL 41.74º 0.37% 0.24% -
HSV(B) 41.74º 0.54% 0.33% -
XYZ 6.37 6.58 2.85 -
YUV 71.54 109.64 137.6 -
System Red Green Blue C M Y K H S L
Decimal 85 71 39 0 0.16 0.54 0.67 41.74 0.37 0.24
Hex 55 47 27 0 10 36 43 2A 25 18
Octal 125 107 47 0 20 66 103 52 45 30
Binary 1010101 1000111 100111 0 10000 110110 1000011 101010 100101 11000

Color Harmonies of #554727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554727

Black with #554727

Text Example


Text Example

White with #554727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554727; }

 p { color: rgb(85,71,39); }

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

background-color css

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

 a { background-color: rgb(85,71,39); }

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

border-color css

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

 span { border-color: rgb(85,71,39); }

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