Html Css Color HEX #554618 Bronze Olive

📋 copy color: '#554618'

red 85 ◦ green 70 ◦ blue 24

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

Shades of Bronze Olive #554618

Tints of Bronze Olive #554618

RGB

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

 GREEN value IS 70 (27.73% from 255) = 39.11%

 BLUE value IS 24 (9.77% from 255) = 13.41%

R = 47.49%
G = 39.11%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#554618 (or 0x554618) is known color: Bronze Olive. HEX triplet: 55, 46 and 18. RGB value is (85,70,24). Sum of RGB (Red+Green+Blue) = 85+70+24=179 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.49% from 179); Green value is 70 (27.73% from 255 or 39.11% from 179); Blue value is 24 (9.77% from 255 or 13.41% from 179); Max value from RGB is 85 - color contains mainly: red. Hex color #554618 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554618 is #AAB9E7. Grayscale: #454545. Windows color (decimal): -11188712 or 1590869. OLE color: 1590869.

HSL color Cylindrical-coordinate representation of color #554618: hue angle of 45.25º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #554618 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 70 24 -
CMYK 0 0.18 0.72 0.67
HSL 45.25º 0.56% 0.21% -
HSV(B) 45.25º 0.72% 0.33% -
XYZ 6.1 6.38 1.77 -
YUV 69.24 102.47 139.24 -
System Red Green Blue C M Y K H S L
Decimal 85 70 24 0 0.18 0.72 0.67 45.25 0.56 0.21
Hex 55 46 18 0 12 48 43 2D 38 15
Octal 125 106 30 0 22 110 103 55 70 25
Binary 1010101 1000110 11000 0 10010 1001000 1000011 101101 111000 10101

Color Harmonies of #554618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554618

Black with #554618

Text Example


Text Example

White with #554618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554618; }

 p { color: rgb(85,70,24); }

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

background-color css

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

 a { background-color: rgb(85,70,24); }

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

border-color css

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

 span { border-color: rgb(85,70,24); }

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