Html Css Color HEX #554827 Bronze Olive

📋 copy color: '#554827'

red 85 ◦ green 72 ◦ blue 39

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

Shades of Bronze Olive #554827

Tints of Bronze Olive #554827

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.73%

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

R = 43.37%
G = 36.73%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#554827 (or 0x554827) is known color: Bronze Olive. HEX triplet: 55, 48 and 27. RGB value is (85,72,39). Sum of RGB (Red+Green+Blue) = 85+72+39=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 39 (15.62% from 255 or 19.90% from 196); Max value from RGB is 85 - color contains mainly: red. Hex color #554827 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554827 is #AAB7D8. Grayscale: #484848. Windows color (decimal): -11188185 or 2574421. OLE color: 2574421.

HSL color Cylindrical-coordinate representation of color #554827: hue angle of 43.04º 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 #554827 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 72 39 -
CMYK 0 0.15 0.54 0.67
HSL 43.04º 0.37% 0.24% -
HSV(B) 43.04º 0.54% 0.33% -
XYZ 6.43 6.71 2.88 -
YUV 72.13 109.31 137.18 -
System Red Green Blue C M Y K H S L
Decimal 85 72 39 0 0.15 0.54 0.67 43.04 0.37 0.24
Hex 55 48 27 0 F 36 43 2B 25 18
Octal 125 110 47 0 17 66 103 53 45 30
Binary 1010101 1001000 100111 0 1111 110110 1000011 101011 100101 11000

Color Harmonies of #554827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554827

Black with #554827

Text Example


Text Example

White with #554827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554827; }

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

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

background-color css

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

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

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

border-color css

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

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

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