Html Css Color HEX #554614 Bronze Olive

📋 copy color: '#554614'

red 85 ◦ green 70 ◦ blue 20

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

Shades of Bronze Olive #554614

Tints of Bronze Olive #554614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.43%

R = 48.57%
G = 40%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#554614 (or 0x554614) is known color: Bronze Olive. HEX triplet: 55, 46 and 14. RGB value is (85,70,20). Sum of RGB (Red+Green+Blue) = 85+70+20=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 20 (8.20% from 255 or 11.43% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #554614 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554614 is #AAB9EB. Grayscale: #454545. Windows color (decimal): -11188716 or 1328725. OLE color: 1328725.

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

Color convert

RGB 85 70 20 -
CMYK 0 0.18 0.76 0.67
HSL 46.15º 0.62% 0.21% -
HSV(B) 46.15º 0.76% 0.33% -
XYZ 6.06 6.36 1.57 -
YUV 68.79 100.47 139.57 -
System Red Green Blue C M Y K H S L
Decimal 85 70 20 0 0.18 0.76 0.67 46.15 0.62 0.21
Hex 55 46 14 0 12 4C 43 2E 3E 15
Octal 125 106 24 0 22 114 103 56 76 25
Binary 1010101 1000110 10100 0 10010 1001100 1000011 101110 111110 10101

Color Harmonies of #554614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554614

Black with #554614

Text Example


Text Example

White with #554614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554614; }

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

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

background-color css

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

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

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

border-color css

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

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

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